Commit c0d02d2c by Alfiro Pratama

searchdelay selama 3 detik

parent 9fcd2f74
......@@ -162,6 +162,7 @@
var oTable1 = $('#example1').DataTable({
paging: true,
searching: true,
searchDelay: 3000,
ordering: true,
info: true,
autoWidth: true,
......
......@@ -156,6 +156,7 @@
var oTable1 = $('#example1').DataTable({
paging: true,
searching: true,
searchDelay: 3000,
ordering: true,
info: true,
autoWidth: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment