feat(index): increase datatable's search delay
This commit is contained in:
parent
ab3b84f743
commit
04ea344bb2
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
dt = $("#results").DataTable({
|
||||
processing: true,
|
||||
serverSide: true,
|
||||
searchDelay: 800,
|
||||
ajax: {
|
||||
url: `/search`,
|
||||
data: d => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue