Generate sortable, paginated data tables with Chakra UI Table components
/plugin marketplace add Lobbi-Docs/claude/plugin install chakra-react-toolkit@claude-orchestration[table-name] [data-type]# Instructions for Claude When this command is invoked, create a feature-rich data table component: 1. Parse table name and data type from arguments 2. Generate TypeScript interfaces for data rows and columns 3. Create table component with sorting functionality 4. Add pagination controls 5. Include filtering/search capabilities 6. Implement loading and empty states 7. Support row selection and actions ## Data Table Template ## Custom Cell Renderers ## Features Included 1. Column-based sorting (ascending/descending/none) 2. Global search/filter across all fields 3. Client-side pagi...