-
Bence Fekete authored
* Add react kitchen-sink example base * Add Filtering, Sorting and Pagination - 1. Add DebouncedInput and Filter * Add Filtering, Sorting and Pagination - 2. Add filtering and sorting to table models * Add Filtering, Sorting and Pagination - 3. Add Filter, Sorting and Pagination to the table * Move a few component around * Add resizable columns * Add Column visibility * Add Grouping * Add Table Pins - 1. Add TablePin component * Add Table Pins - 2. Add column pinning without split view * Add Table Pins - 3. Add CustomTable component * Add Table Pins - 4. Add split mode * Add Row Select - 1. Add IndeterminateCheckbox * Add Row Select - 2. Add checkboxes to headers and define row selection properties * Add Row Select - 3. Add row selection related buttons to ActionButtons * Remove unused imports * Tsconfig and general fixups * Add @emotion/babel-plugin-jsx-pragmatic and update packages * Fix faker imports * Add missing entry to tsconfig.json and package.json * Fix types and update code to use newest api * Bump vite version add missing yarn and fix table import in bootstrap example Co-authored-by:
Kevin Van Cott <kevinvandy656@gmail.com>
Bence Fekete authored* Add react kitchen-sink example base * Add Filtering, Sorting and Pagination - 1. Add DebouncedInput and Filter * Add Filtering, Sorting and Pagination - 2. Add filtering and sorting to table models * Add Filtering, Sorting and Pagination - 3. Add Filter, Sorting and Pagination to the table * Move a few component around * Add resizable columns * Add Column visibility * Add Grouping * Add Table Pins - 1. Add TablePin component * Add Table Pins - 2. Add column pinning without split view * Add Table Pins - 3. Add CustomTable component * Add Table Pins - 4. Add split mode * Add Row Select - 1. Add IndeterminateCheckbox * Add Row Select - 2. Add checkboxes to headers and define row selection properties * Add Row Select - 3. Add row selection related buttons to ActionButtons * Remove unused imports * Tsconfig and general fixups * Add @emotion/babel-plugin-jsx-pragmatic and update packages * Fix faker imports * Add missing entry to tsconfig.json and package.json * Fix types and update code to use newest api * Bump vite version add missing yarn and fix table import in bootstrap example Co-authored-by:
Kevin Van Cott <kevinvandy656@gmail.com>
Loading