sv-grid-core
v1.0.0
Published
SvGrid - a headless-first, Svelte 5-native data grid engine and render component.
Downloads
170
Maintainers
Readme
svgrid-core
Headless-first independent Svelte-native grid engine and render utilities.
Install
pnpm add svgrid-coreQuick start
import {
createCoreRowModel,
createSvGrid,
tableFeatures,
} from 'svgrid-core'Primary API:
createSvGrid(withcreateGridcompatibility alias)createSvGridState(withcreateGridStatecompatibility alias)subscribeSvGrid(withsubscribeGridcompatibility alias)getGrid*A11yPropshelpers for accessible headless markup
Production checklist
- Bring your own semantic table/grid markup and styling
- Add keyboard interactions appropriate for your UX
- Use server-side controlled state for large datasets
- Add virtualization strategy when rendering large lists
License & trademark
The source code is MIT-licensed - see LICENSE. SvGrid™ and sv-grid™ are trademarks of jQWidgets Ltd; the license covers the code only, not the name or logo.
