Commit c0d02d2c by Alfiro Pratama

searchdelay selama 3 detik

parent 9fcd2f74
...@@ -162,6 +162,7 @@ ...@@ -162,6 +162,7 @@
var oTable1 = $('#example1').DataTable({ var oTable1 = $('#example1').DataTable({
paging: true, paging: true,
searching: true, searching: true,
searchDelay: 3000,
ordering: true, ordering: true,
info: true, info: true,
autoWidth: true, autoWidth: true,
......
...@@ -156,6 +156,7 @@ ...@@ -156,6 +156,7 @@
var oTable1 = $('#example1').DataTable({ var oTable1 = $('#example1').DataTable({
paging: true, paging: true,
searching: true, searching: true,
searchDelay: 3000,
ordering: true, ordering: true,
info: true, info: true,
autoWidth: 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