mutli column condition for JSL data

This commit is contained in:
Jan Prochazka
2023-02-26 15:44:29 +01:00
parent b26be02203
commit 7c03d31b84
6 changed files with 37 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
offset: index,
limit: 1,
formatterFunction,
filters: display ? display.compileFilters() : null,
filters: display ? display.compileJslFilters() : null,
});
if (response.errorMessage) return response;