We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d512a01 commit 10789eeCopy full SHA for 10789ee
README.md
@@ -285,7 +285,7 @@ jQuery(document).ready(function() {
285
$('#users-table').dataTable({
286
"processing": true,
287
"serverSide": true,
288
- "ajax": $('#users-table').data('source')
+ "ajax": $('#users-table').data('source'),
289
"pagingType": "full_numbers",
290
// optional, if you want full pagination controls.
291
// Check dataTables documentation to learn more about
0 commit comments