I can display datagrid content
This commit is contained in:
@@ -4,6 +4,10 @@ DEFAULT_COLUMN_WIDTH = 100
|
||||
|
||||
ROUTE_ROOT = "/myfasthtml"
|
||||
|
||||
# Datagrid
|
||||
ROW_INDEX_ID = "__row_index__"
|
||||
DATAGRID_PAGE_SIZE = 1000
|
||||
FILTER_INPUT_CID = "__filter_input__"
|
||||
|
||||
class Routes:
|
||||
Commands = "/commands"
|
||||
|
||||
Reference in New Issue
Block a user