diff --git a/content/developer/reference/backend/views.rst b/content/developer/reference/backend/views.rst index a1cf8f868..b88fb3b0e 100644 --- a/content/developer/reference/backend/views.rst +++ b/content/developer/reference/backend/views.rst @@ -1579,6 +1579,10 @@ attributes: ``records_draggable`` whether it should be possible to drag records when kanban is grouped. Default: true. + Set to ``true`` to always enable it, and to ``false`` to always disable it. +``groups_draggable`` + whether it should be possible to resequence colunms when kanban is grouped. Default: true. + Set to ``true`` to always enable it, and to ``false`` to always disable it. .. todo:: VFE missing information on on_create attribute of kanban views.