datatable skills

36 tagged datatable, measured the same way as everything else here.

Browse within: ReAct 31datagrid 31datagrids 31grid 31table 31

migrate-v8-to-v9

01

TanStack/table

Skill Claude CodeCodex

Complete Angular v8-to-v9 migration reference: injectTable and injection context, explicit features and row-model slots, signal/atom state, FlexRender directives, type generics, prototype methods, sorting, sizing, selection, and logical pinning.

28k 2d ago A 58 tokens original MIT

cell-selection

02

TanStack/table

Skill Claude CodeCodex

Select, add, and subtract rectangular cell ranges with cellSelectionFeature: ordered include/exclude operations keyed by row and column id, modifier dragging, final positive bounds, selection edges, render-order resolution under pinning, and autoResetCellSelection. Load for spreadsheet-style selection, “select all…

28k 2d ago A 83 tokens original MIT

custom-features

03

TanStack/table

Skill Claude CodeCodex

Author a TanStack Table v9 feature plugin across every FeatureMap and API installation surface: state, options, column definitions, table, column, row, cell, header, row-model functions/caches, defaults, prototypes, and table/row/column instance data lifecycles. Load for initTableInstanceData, resetTableInstanceData…

28k 2d ago A 93 tokens original MIT

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

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