useTableSelection @astryx-svelte/core v0.3.0 · Table
Usage
Hook that returns a TablePlugin implementing row selection with checkboxes, select-all, and aria-selected. Uses React Context for independent checkbox re-renders.tsimport { Table } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.Table — Row Selection
Table with row selection checkboxes and a select-all header checkbox.