|
804 | 804 | { |
805 | 805 | "label": "lit", |
806 | 806 | "children": [ |
807 | | - { "to": "framework/lit/examples/basic", "label": "Basic" } |
| 807 | + { "to": "framework/lit/examples/basic-table-controller", "label": "Basic (TableController)" }, |
| 808 | + { "to": "framework/lit/examples/basic-app-table", "label": "Basic (useAppTable)" }, |
| 809 | + { "to": "framework/lit/examples/basic-external-state", "label": "Basic (External State)" }, |
| 810 | + { "to": "framework/lit/examples/basic-external-store", "label": "Basic (External Store)" }, |
| 811 | + { "to": "framework/lit/examples/column-groups", "label": "Header Groups" } |
808 | 812 | ] |
809 | 813 | }, |
810 | 814 | { |
|
883 | 887 | { |
884 | 888 | "label": "lit", |
885 | 889 | "children": [ |
| 890 | + { "to": "framework/lit/examples/filters", "label": "Column Filters" }, |
| 891 | + { "to": "framework/lit/examples/filters-faceted", "label": "Column Filters (Faceted)" }, |
| 892 | + { "to": "framework/lit/examples/filters-fuzzy", "label": "Fuzzy Search Filters" }, |
| 893 | + { "to": "framework/lit/examples/column-ordering", "label": "Column Ordering" }, |
| 894 | + { "to": "framework/lit/examples/column-pinning", "label": "Column Pinning" }, |
| 895 | + { "to": "framework/lit/examples/column-pinning-split", "label": "Column Pinning (Split)" }, |
| 896 | + { "to": "framework/lit/examples/column-pinning-sticky", "label": "Sticky Column Pinning" }, |
886 | 897 | { "to": "framework/lit/examples/column-sizing", "label": "Column Sizing" }, |
887 | | - { "to": "framework/lit/examples/filters", "label": "Filters" }, |
| 898 | + { "to": "framework/lit/examples/column-resizing", "label": "Column Resizing" }, |
| 899 | + { "to": "framework/lit/examples/column-resizing-performant", "label": "Performant Column Resizing" }, |
| 900 | + { "to": "framework/lit/examples/column-visibility", "label": "Column Visibility" }, |
| 901 | + { "to": "framework/lit/examples/expanding", "label": "Expanding" }, |
| 902 | + { "to": "framework/lit/examples/grouping", "label": "Grouping" }, |
| 903 | + { "to": "framework/lit/examples/pagination", "label": "Pagination" }, |
| 904 | + { "to": "framework/lit/examples/row-pinning", "label": "Row Pinning" }, |
888 | 905 | { "to": "framework/lit/examples/row-selection", "label": "Row Selection" }, |
889 | 906 | { "to": "framework/lit/examples/sorting", "label": "Sorting" }, |
890 | 907 | { "to": "framework/lit/examples/sorting-dynamic-data", "label": "Sorting (Dynamic Data)" } |
|
1004 | 1021 | { |
1005 | 1022 | "label": "lit", |
1006 | 1023 | "children": [ |
1007 | | - { "to": "framework/lit/examples/virtualized-rows", "label": "With TanStack Virtual - Rows" } |
| 1024 | + { "to": "framework/lit/examples/composable-tables", "label": "Composable Tables" }, |
| 1025 | + { "to": "framework/lit/examples/sub-components", "label": "Sub Components" }, |
| 1026 | + { "to": "framework/lit/examples/virtualized-columns", "label": "With TanStack Virtual - Columns" }, |
| 1027 | + { "to": "framework/lit/examples/virtualized-rows", "label": "With TanStack Virtual - Rows" }, |
| 1028 | + { "to": "framework/lit/examples/virtualized-infinite-scrolling", "label": "With TanStack Virtual - Infinite Scrolling" } |
1008 | 1029 | ] |
1009 | 1030 | }, |
1010 | 1031 | { |
|
0 commit comments