Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Options

Karl edited this page Aug 9, 2017 · 20 revisions

Vanilla-DataTables can be initialised with custom options passed as the second parameter of the constructor.

var options = {
    searchable: true,
    perPage: 10,
   ...
};
var dataTable = new DataTable(myTable, options);

Clone this wiki locally