Data Table

Data Table

A lightweight, extendable, dependency-free javascript HTML table plugin. Similar to jQuery DataTables for use in modern browsers, but without the jQuery dependency

Check out more at https://github.com/fiduswriter/Simple-DataTables.

How easy is it to use DataTables? Take a peek at the code below: a single function call to initialise the table is all it takes!

const dataTable = new simpleDatatables.DataTable("#datatable1", {
   searchable: false,
   labels: {
       perPage: "Show {select} entries",
       info: "Showing {start} to {end} of {rows} entries",
   }
});
Select theme colour

Stylesheet switching is done via JavaScript and can cause a blink while page loads. This will not happen in your production code.