added cancelKey to the RecordsList component

This commit is contained in:
Gani Georgiev
2023-02-22 18:02:08 +02:00
parent 0db6c783cd
commit eec3261d67
30 changed files with 37 additions and 36 deletions
+1 -1
View File
@@ -172,7 +172,7 @@
// lightweight sql dialect with mostly SELECT statements keywords
dialect: SQLDialect.define({
keywords:
"select from where having group by order limit offset join left right inner with like not in match asc desc regexp isnull notnull glob " +
"select distinct from where having group by order limit offset join left right inner with like not in match asc desc regexp isnull notnull glob " +
"count avg sum min max current random cast as int real text " +
"date time datetime unixepoch strftime coalesce lower upper substr " +
"case when then iif if else json_extract json_each json_tree json_array_length json_valid ",
@@ -130,6 +130,7 @@
sort: listSort,
filter: filter,
expand: relFields.map((field) => field.name).join(","),
$cancelKey: "records_list",
})
.then(async (result) => {
if (page <= 1) {