Kage0x3B

4 mods across 1 repository, 5 stars between them.

Kage0x3B/svelte-advanced-datatable

Skill Claude CodeCodex

Pick and wire a DataTable data source (LocalDataSource, FetchApiDataSource, ApiFunctionDataSource, SvelteQueryDataSource, custom AbstractDataSource/IDataSource), configure basic vs advanced search (BasicTextSearchParser, AdvancedSearchParser with key:value filters /.

5 2mo ago A 65 tokens original MIT

Kage0x3B/svelte-advanced-datatable

Skill Claude CodeCodex

Wire row selection, per-row + bulk actions (DataTableAction with onSingle/onMulti, primary/destructive variants), row click behaviour (modalComponent, onItemClick, buildItemUrl — mutually exclusive), and CSV/JSON export for svelte-advanced-datatable. Use when adding action buttons, opening a modal on row click…

5 2mo ago A 142 tokens original MIT

Kage0x3B/svelte-advanced-datatable

Skill Claude CodeCodex

Configure persistence tiers (transient snapshot/url/none + persistent localStorage/sessionStorage/none) and internationalisation (built-in messageConfig, svelte-i18n format store, or custom MessageFormatter) for svelte-advanced-datatable. Use when persisting table state across reloads or back-navigation, sharing a…

5 2mo ago A 110 tokens original MIT

Kage0x3B/svelte-advanced-datatable

Skill Claude CodeCodex

Scaffold or modify a Svelte 5 DataTable using the svelte-advanced-datatable package — DataTableConfig, column types (ComponentType.STRING/NUMBER/BOOLEAN/DATE/ENUM/CUSTOM), sort, pagination, sticky-header, density, snippet slots, daisyUI rendering. Use when adding a new table, defining columns, or tuning baseline…

5 2mo ago A 133 tokens original MIT