Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vue-draggable-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
vue-draggable-grid
Commits
edcf2e71
Commit
edcf2e71
authored
2 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Document disabled grids better
parent
d12917a2
No related branches found
No related tags found
1 merge request
!2
Resolve "Implement basic functionality"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/guide/index.md
+5
-0
5 additions, 0 deletions
docs/guide/index.md
with
5 additions
and
0 deletions
docs/guide/index.md
+
5
−
0
View file @
edcf2e71
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment