We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you want to use the dafault settings:
$("#myTable").adminTable();
or with you want to configure a custom adminTable
$("#myTable").adminTable({
// default to alternate lines alternate : true, // default to addCheckbox checkRows : true, // default to sort table sortable : true, // pagination defaults paged : true, perPage : 10, currentPage : 1
});
There was an error while loading. Please reload this page.