Don't store datatable page
This commit is contained in:
parent
b9328ff2b9
commit
d292fc2786
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@
|
|||
"stateLoadParams": function (settings, data) {
|
||||
// don't save filter to local storage
|
||||
data.search.search = "";
|
||||
// always start on first page of results
|
||||
data.start = 0;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue