Skip to content

Commit a63c19d

Browse files
committed
perf: Table column field display sorting is not enabled by default.
1 parent 667a332 commit a63c19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastapi_amis_admin/admin/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ async def get_list_table(self, request: Request) -> TableCRUD:
759759
"filter-toggler",
760760
"reload",
761761
"bulkActions",
762-
{"type": "columns-toggler", "align": "right", "draggable": True},
762+
{"type": "columns-toggler", "align": "right"},
763763
{"type": "drag-toggler", "align": "right"},
764764
{"type": "pagination", "align": "right"},
765765
{

0 commit comments

Comments
 (0)