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.
2 parents d512a01 + 10789ee commit 2275133Copy full SHA for 2275133
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