We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd8cc8 commit 5d0f4d0Copy full SHA for 5d0f4d0
testgen/ui/services/form_service.py
@@ -316,6 +316,8 @@ def on_page_change():
316
"hide": column not in columns,
317
"headerCheckboxSelection": selection_mode == "multiple" and column == columns[0],
318
"headerCheckboxSelectionFilteredOnly": selection_mode == "multiple" and column == columns[0],
319
+ "sortable": False,
320
+ "filter": False,
321
}
322
highlight_kwargs = {
323
"cellStyle": cellstyle_jscode,
0 commit comments