useTableSelectionState @astryx-svelte/core v0.3.0 · Table
Usage
State management companion for useTableSelection. Handles disabled/selectable row filtering for select-all automatically: disabled rows are frozen (preserved across select-all/deselect-all), non-selectable rows are excluded.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.