From edcf2e7101c986ae31dbf1bd4e2fad99b8cdc010 Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Mon, 20 Feb 2023 14:34:56 +0100
Subject: [PATCH] Document disabled grids better

---
 docs/guide/index.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/guide/index.md b/docs/guide/index.md
index 2e2431b..d47593a 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -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,
 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
 
 It is also possible to supply a function to dynamically or programmatically hinder fields from being moved to,
-- 
GitLab