For AI agents: the documentation index is at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
useDndGrid
Headless hook for building custom grid wrappers.
useDndGrid exposes the grid logic without rendering. Use it when you want a
custom wrapper, extra markup around the grid, or to control how items render.
DndGrid is the recommended default for most apps. Reach for useDndGrid
when you need full control over the markup.
Example
Published with Edda