niko-table
niko-table.comFreemanifest served live
This registry publishes no description of itself. Everything below was read from its own manifest.
Items
31
2026-08-03Every entry in its own registry.json, counted last night.Free to install
31
2026-08-03Item endpoints that returned source without credentials.Behind a key
0
2026-08-03Item endpoints that answered 401.Last seen
yesterday
2026-08-03The last night the crawl reached this manifest. There is no public repository here, so there is no push date to read.Components
Search withinFreeits item endpoint answered without a keyPaidits item endpoint answered 401Unverifiedit serves no item endpoint we could ask
| Component | What the registry says it is | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| DataTable Asidedata-table-aside | Sidebar panel component for displaying row details or additional content alongside the table. | Components | Free | 1 dep | |
| DataTable Clear Filterdata-table-clear-filter | Button to clear all active table filters at once. | Components | Free | 1 dep · 2 files | |
| DataTable Column Auto-fitdata-table-column-auto-fit | Opt-in even-split fill for resizable columns. Drop <DataTableColumnAutoFit/> next to <DataTableColumnResize/> and the resizable columns grow by an equal share of the leftover space on load (the alternative to the default single-flex-column fill). Self-contained — the body ships no auto-fit code unless you install this. | Components | Free | no deps · 2 files | |
| DataTable Column Date Filterdata-table-column-date-filter | Column header date filter with calendar picker in a dropdown. | Components | Free | 2 deps · 2 files | |
| DataTable Column DnDdata-table-column-dnd | Drag-and-drop column reordering with composable primitives. Includes DnD provider, draggable header, drag-along cell, and column DnD header/body. Does not ship row DnD. | Components | Free | 4 deps · 3 files | |
| DataTable Column Faceted Filterdata-table-column-faceted-filter | Column header faceted filter with multi-select options in a dropdown. | Components | Free | 1 dep · 3 files | |
| DataTable Column Hidedata-table-column-hide | Column header option to hide/show individual columns. | Components | Free | 1 dep · 2 files | |
| DataTable Column Pindata-table-column-pin | Column header option to pin columns to left or right. | Components | Free | 1 dep · 2 files | |
| DataTable Column Resizedata-table-column-resize | Opt-in column resizing with drag handles and double-click autosize (measures natural text width). Keyboard-operable handle. Drop <DataTableColumnResize/> into the table to enable — works with DataTableHeader/Body and the virtualized variants. | Components | Free | no deps | |
| DataTable Column Slider Filterdata-table-column-slider-filter | Column header slider filter for numeric range filtering in a dropdown. | Components | Free | 1 dep · 2 files | |
| DataTable Column Sortdata-table-column-sort | Column header sort options with ascending/descending/clear controls. | Components | Free | 1 dep · 2 files | |
| DataTable Date Filterdata-table-date-filter | Date picker filter supporting single date and date range selection. | Components | Free | 2 deps · 2 files | |
| DataTable Export Buttondata-table-export-button | Export table data to CSV with configurable options. | Components | Free | 1 dep · 2 files | |
| DataTable Faceted Filterdata-table-faceted-filter | Faceted filter for single/multiple selection with option counts and search. | Components | Free | 1 dep · 3 files | |
| DataTable Filter Menudata-table-filter-menu | Command palette-style filter interface for adding and managing column filters. | Components | Free | 1 dep · 3 files | |
| Data Grid — change tracking & persistencedata-table-grid-changes | Opt-in useGridChanges hook that observes the uncontrolled grid engine and turns edits into a create/update/delete change-set — for staging saves, autosave, and full CRUD with per-row reconcile. Plain React, no dependency. Requires data-table-grid. | Components | Free | no deps | |
| DataTable Inline Filterdata-table-inline-filter | Inline filter toolbar that displays active filters as editable chips. | Components | Free | 2 deps · 3 files | |
| DataTable Paginationdata-table-pagination | Full-featured pagination controls with page size selector, page navigation, and row count display. | Components | Free | 1 dep · 2 files | |
| DataTable Row DnDdata-table-row-dnd | Drag-and-drop row reordering with composable primitives. Includes DnD provider, draggable row, drag handle, and row DnD table body. Does not ship column DnD. | Components | Free | 5 deps · 3 files | |
| DataTable Search Filterdata-table-search-filter | Global search input with debouncing for filtering table data. | Components | Free | 1 dep · 2 files | |
| DataTable Selection Bardata-table-selection-bar | Bulk actions bar that appears when rows are selected. | Components | Free | no deps | |
| DataTable Slider Filterdata-table-slider-filter | Slider-based filter for numeric range filtering. | Components | Free | 1 dep · 2 files | |
| DataTable Sort Menudata-table-sort-menu | Sort management menu with multi-column sorting and drag-and-drop reordering. | Components | Free | 5 deps · 2 files | |
| DataTable View DnD Menudata-table-view-dnd-menu | Column visibility toggle menu with drag-to-reorder support. Use instead of data-table-view-menu when you need users to reorder columns from the menu. | Components | Free | 5 deps · 2 files | |
| DataTable View Menudata-table-view-menu | Column visibility toggle menu for showing/hiding table columns. | Components | Free | 1 dep · 2 files | |
| DataTable Virtualized Structuredata-table-virtualized | Virtualized table structure for rendering large datasets efficiently using TanStack Virtual. | Components | Free | 1 dep | |
| DataTable Virtualized Column DnDdata-table-virtualized-column-dnd | Virtualized column drag-and-drop header/body (`DataTableVirtualizedDndHeader`, `DataTableVirtualizedDndColumnBody`). Requires data-table-virtualized + data-table-column-dnd. Does not ship row DnD. | Components | Free | 3 deps | |
| DataTable Virtualized Row DnDdata-table-virtualized-row-dnd | Virtualized row drag-and-drop body (`DataTableVirtualizedDndBody`). Requires data-table-virtualized + data-table-row-dnd. Does not ship column DnD. | Components | Free | 3 deps |
Blocks
Search within| Component | What the registry says it is | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Data Tabledata-table | Core DataTable component built with TanStack Table and Shadcn UI. Includes table structure, context, types, hooks, utilities, and base components (column header, toolbar section, empty state). | Blocks | Free | 2 deps · 37 files | |
| Data Grid (editable)data-table-grid | Composable editable spreadsheet grid: a headless engine (focus, selection, edit lifecycle, undo/redo, clipboard — all rowId-addressed so sort/filter work while editing) + a skin composed with DataTableRoot and the virtualized body. Keyboard cell nav, drag range-select with edge auto-scroll, quote-aware TSV copy/cut/paste with one-to-many tiling, fill handle, drag-move, dynamic columns, row drag-to-reorder, selection status bar, cross-highlight, and text/number/checkbox/date/select/combobox cells. Virtualized to 100k+ rows. | Blocks | Free | 1 dep · 31 files |
Utilities
Search within| Component | What the registry says it is | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| DataTable Column Sizing Persistencedata-table-column-sizing-persistence | Opt-in localStorage persistence for column widths. Call useColumnSizingPersistence(storageKey) and wire the returned columnSizing + onColumnSizingChange into <DataTableRoot> so resized widths survive reloads. Writes immediately, SSR-safe, and sanitizes corrupt storage. | Utilities | Free | no deps |
