We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667a332 commit a63c19dCopy full SHA for a63c19d
1 file changed
fastapi_amis_admin/admin/admin.py
@@ -759,7 +759,7 @@ async def get_list_table(self, request: Request) -> TableCRUD:
759
"filter-toggler",
760
"reload",
761
"bulkActions",
762
- {"type": "columns-toggler", "align": "right", "draggable": True},
+ {"type": "columns-toggler", "align": "right"},
763
{"type": "drag-toggler", "align": "right"},
764
{"type": "pagination", "align": "right"},
765
{
0 commit comments