Get started with tabulator-tables CDN

MIT licensed

Tabulator-tables are JS libraries for creating interactive, data-driven HTML tables.

Tags:
  • table
  • grid
  • datagrid
  • tabulator
  • editable
  • sort
  • format
  • resizable
  • list
  • scrollable
  • ajax
  • json
  • widget
  • jquery
  • react
  • angular
  • vue

Stable version

Copied!

How to start using tabulator-tables CDN


<!DOCTYPE html>
<html>
<head>
    <title>Get started with tabulator-tables CDN - cdnhub.io</title>
    <link href="https://cdn.jsdelivr.net/npm/tabulator-tables@5.6.1/css/tabulator.min.css" rel="stylesheet">
</head>
<body>
    <div id="example-table"></div>

    <script src="https://cdn.jsdelivr.net/npm/tabulator-tables@5.6.1/js/tabulator.min.js"></script>

    <script>
        // Create a new Tabulator table
        const table = new Tabulator("#example-table", {
            columns: [
                { title: "Name", field: "name" },
                { title: "Age", field: "age" },
                { title: "City", field: "city" },
            ],
            data: [
                { name: "John Doe", age: 30, city: "New York" },
                { name: "Jane Doe", age: 25, city: "Los Angeles" },
                { name: "Bob Smith", age: 45, city: "Chicago" },
            ],
        });

        // Render the table
        table.render();
    </script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions