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);