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