Options - fiduswriter/Simple-DataTables-classic GitHub Wiki
Simple-DataTables can be initialised with custom options passed as the second parameter of the constructor.
let options = {
searchable: true,
perPage: 10,
...
};
let dataTable = new DataTable(myTable, options);