niko-table-registry
Composable React data tables and editable spreadsheet grids
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Niko Table?โผ
Run `npx skills add Semkoo/niko-table-registry --all -g -y` in your terminal to install the skill globally. Then add the component registry to your project's components.json and install blocks with the shadcn CLI.
How to build a sortable, filterable React table?โผ
Wrap your data in DataTableRoot, add DataTableHeader and DataTableBody, then mount toolbar pieces like DataTableSearchFilter and DataTableFilterMenu. Most features are auto-detected from the components you render.
Can I add an editable spreadsheet grid to my app?โผ
Yes. Use the useDataGrid hook with the DataGrid component to get typed cell editors, clipboard support, fill handle, and undo/redo inside the same table structure.
Does Niko Table support server-side pagination?โผ
Yes. Enable manualPagination, manualSorting, or manualFiltering in the config, pass pageCount and totalCount, and connect any backend through a single fetch function.
Does Niko Table work with Claude Code and Cursor?โผ
Yes. The included skill files follow the universal SKILL.md standard and guide coding agents in Claude Code, Cursor, and similar environments to use correct patterns.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core