Skip to content

Commit 10789ee

Browse files
author
Ramesh Kumar
committed
Update README.md
Javascript syntax error is fixed on readme file.
1 parent d512a01 commit 10789ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jQuery(document).ready(function() {
285285
$('#users-table').dataTable({
286286
"processing": true,
287287
"serverSide": true,
288-
"ajax": $('#users-table').data('source')
288+
"ajax": $('#users-table').data('source'),
289289
"pagingType": "full_numbers",
290290
// optional, if you want full pagination controls.
291291
// Check dataTables documentation to learn more about

0 commit comments

Comments
 (0)