case 4389
This commit is contained in:
@@ -1302,6 +1302,8 @@ async function initForm(vm) {
|
|||||||
|
|
||||||
//If prefilter mode clear any prior filters applied
|
//If prefilter mode clear any prior filters applied
|
||||||
if (vm.preFilterMode != null) {
|
if (vm.preFilterMode != null) {
|
||||||
|
//New filter, need to go back to the first page
|
||||||
|
vm.dataTablePagingOptions.page = 1;
|
||||||
await vm.clearFilter(false);
|
await vm.clearFilter(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user