Skip to content
Snippets Groups Projects
Commit edcf2e71 authored by Julian's avatar Julian
Browse files

Document disabled grids better

parent d12917a2
No related branches found
No related tags found
1 merge request!2Resolve "Implement basic functionality"
...@@ -79,6 +79,11 @@ The highlighted items are not draggable. ...@@ -79,6 +79,11 @@ The highlighted items are not draggable.
If the boolean property `disabled` is set for the whole grid, the grid itself is disabled, If the boolean property `disabled` is set for the whole grid, the grid itself is disabled,
and items can't be moved. and items can't be moved.
::: tip NOTICE
A disabled grid only prevents changing the data inside the grid. If the data changes from outside
of the grid, the grid _will_ rerender.
:::
## Programmatic validation of movements ## Programmatic validation of movements
It is also possible to supply a function to dynamically or programmatically hinder fields from being moved to, It is also possible to supply a function to dynamically or programmatically hinder fields from being moved to,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment