Get started with datalib CDN
BSD-3-Clause licensed
Datalib is a Python library for managing, processing, and analyzing data.
Tags:- data
- table
- statistics
- parse
- csv
- tsv
- json
- utility
Stable version
Copied!
How to start using datalib CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with datalib CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/datalib/1.9.3/datalib.min.js"></script>
</head>
<body>
<script>
// Create a new DataTable using the library
const dataTable = new datalib.DataTable({
container: document.getElementById('dataTable'), // Container ID
columns: [ // Column definitions
{ title: 'Name', dataIndex: 'name' },
{ title: 'Age', dataIndex: 'age' },
],
data: [ // Data to be displayed
{ name: 'John Doe', age: 30 },
{ name: 'Jane Doe', age: 25 },
],
});
// Render the DataTable
dataTable.render();
</script>
</body>
</html>
Copied!
Copied!
All versions
1.0.11
1.1.0
1.1.1
1.1.10
1.1.11
1.1.12
1.1.13
1.1.14
1.1.15
1.1.16
1.1.17
1.1.19
1.1.2
1.1.20
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.3.0
1.3.1
1.3.2
1.4.0
1.4.1
1.4.10
1.4.11
1.4.12
1.4.2
1.4.3
1.4.4
1.4.5
1.4.6
1.4.7
1.4.8
1.4.9
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
1.5.9
1.6.0
1.6.1
1.6.2
1.6.3
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.9.1
1.9.2
*** 1.9.3