Skip to content

Commit 5d0f4d0

Browse files
committed
fix(grid): remove unpaginated filter and sort
1 parent 8fd8cc8 commit 5d0f4d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testgen/ui/services/form_service.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ def on_page_change():
316316
"hide": column not in columns,
317317
"headerCheckboxSelection": selection_mode == "multiple" and column == columns[0],
318318
"headerCheckboxSelectionFilteredOnly": selection_mode == "multiple" and column == columns[0],
319+
"sortable": False,
320+
"filter": False,
319321
}
320322
highlight_kwargs = {
321323
"cellStyle": cellstyle_jscode,

0 commit comments

Comments
 (0)