Skip to content

Commit 1896f2e

Browse files
authored
Merge branch 'ritza-co:main' into main
2 parents 909c375 + a24f1ff commit 1896f2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

public/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ const grid = new Grid({
55
selectionMode: { rowNumber: true },
66

77
features: {
8-
filter: true,
8+
filter: {
9+
allowedOperators: ["*", "=", "<", ">"],
10+
},
911
},
1012

1113
columns: [

0 commit comments

Comments
 (0)