useTableFiltering @astryx-svelte/core v0.3.0 · Table
Usage
Table plugin that adds inline column filters with popover or inline controls. Pairs with useTableFilterState for managed state. Supports text, select, multi-select, date, and number filter types via PowerSearch field definitions.tsimport { Table } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.Table — Popover Filters
Table with popover filter controls triggered by icons in column headers.
Table — Inline Filters
Table with inline filter controls rendered directly below each column header.