|
14 | 14 | { "label": "Devtools", "to": "devtools" } |
15 | 15 | ], |
16 | 16 | "frameworks": [ |
| 17 | + { |
| 18 | + "label": "alpine", |
| 19 | + "children": [ |
| 20 | + { "label": "Quick Start", "to": "framework/alpine/quick-start" } |
| 21 | + ] |
| 22 | + }, |
17 | 23 | { |
18 | 24 | "label": "angular", |
19 | 25 | "children": [ |
|
89 | 95 | { "label": "Type Helpers", "to": "guide/helpers" } |
90 | 96 | ], |
91 | 97 | "frameworks": [ |
| 98 | + { |
| 99 | + "label": "alpine", |
| 100 | + "children": [ |
| 101 | + { |
| 102 | + "label": "Table State", |
| 103 | + "to": "framework/alpine/guide/table-state" |
| 104 | + }, |
| 105 | + { |
| 106 | + "label": "Composable Tables (createTableHook)", |
| 107 | + "to": "framework/alpine/guide/composable-tables" |
| 108 | + }, |
| 109 | + { |
| 110 | + "label": "Custom Plugins", |
| 111 | + "to": "framework/alpine/guide/custom-features" |
| 112 | + } |
| 113 | + ] |
| 114 | + }, |
92 | 115 | { |
93 | 116 | "label": "angular", |
94 | 117 | "children": [ |
|
159 | 182 | "label": "Feature Guides", |
160 | 183 | "children": [], |
161 | 184 | "frameworks": [ |
| 185 | + { |
| 186 | + "label": "alpine", |
| 187 | + "children": [ |
| 188 | + { "label": "Column Ordering", "to": "framework/alpine/guide/column-ordering" }, |
| 189 | + { "label": "Column Pinning", "to": "framework/alpine/guide/column-pinning" }, |
| 190 | + { "label": "Column Sizing", "to": "framework/alpine/guide/column-sizing" }, |
| 191 | + { "label": "Column Resizing", "to": "framework/alpine/guide/column-resizing" }, |
| 192 | + { "label": "Column Visibility", "to": "framework/alpine/guide/column-visibility" }, |
| 193 | + { "label": "Column Filtering", "to": "framework/alpine/guide/column-filtering" }, |
| 194 | + { "label": "Global Filtering", "to": "framework/alpine/guide/global-filtering" }, |
| 195 | + { "label": "Fuzzy Filtering", "to": "framework/alpine/guide/fuzzy-filtering" }, |
| 196 | + { "label": "Faceting", "to": "framework/alpine/guide/column-faceting" }, |
| 197 | + { "label": "Grouping", "to": "framework/alpine/guide/grouping" }, |
| 198 | + { "label": "Expanding", "to": "framework/alpine/guide/expanding" }, |
| 199 | + { "label": "Pagination", "to": "framework/alpine/guide/pagination" }, |
| 200 | + { "label": "Row Pinning", "to": "framework/alpine/guide/row-pinning" }, |
| 201 | + { "label": "Row Selection", "to": "framework/alpine/guide/row-selection" }, |
| 202 | + { "label": "Sorting", "to": "framework/alpine/guide/sorting" } |
| 203 | + ] |
| 204 | + }, |
162 | 205 | { |
163 | 206 | "label": "angular", |
164 | 207 | "children": [ |
|
314 | 357 | { "label": "Core API Reference", "to": "reference/index" } |
315 | 358 | ], |
316 | 359 | "frameworks": [ |
| 360 | + { |
| 361 | + "label": "alpine", |
| 362 | + "children": [ |
| 363 | + { "label": "Alpine API Reference", "to": "framework/alpine/reference/index" } |
| 364 | + ] |
| 365 | + }, |
317 | 366 | { |
318 | 367 | "label": "angular", |
319 | 368 | "children": [ |
|
383 | 432 | { "label": "DebugOptions", "to": "reference/index/type-aliases/DebugOptions" } |
384 | 433 | ], |
385 | 434 | "frameworks": [ |
| 435 | + { |
| 436 | + "label": "alpine", |
| 437 | + "children": [ |
| 438 | + { "label": "createTable", "to": "framework/alpine/reference/functions/createTable" }, |
| 439 | + { "label": "createTableHook", "to": "framework/alpine/reference/functions/createTableHook" }, |
| 440 | + { "label": "AlpineTable", "to": "framework/alpine/reference/type-aliases/AlpineTable" }, |
| 441 | + { "label": "AppAlpineTable", "to": "framework/alpine/reference/type-aliases/AppAlpineTable" }, |
| 442 | + { "label": "CreateTableHookOptions", "to": "framework/alpine/reference/type-aliases/CreateTableHookOptions" }, |
| 443 | + { "label": "FlexRender", "to": "framework/alpine/reference/functions/FlexRender-1" }, |
| 444 | + { "label": "flexRender", "to": "framework/alpine/reference/functions/flexRender" } |
| 445 | + ] |
| 446 | + }, |
386 | 447 | { |
387 | 448 | "label": "react", |
388 | 449 | "children": [ |
|
470 | 531 | { "label": "LitTable", "to": "framework/lit/reference/type-aliases/LitTable" }, |
471 | 532 | { "label": "AppLitTable", "to": "framework/lit/reference/type-aliases/AppLitTable" }, |
472 | 533 | { "label": "CreateTableHookOptions", "to": "framework/lit/reference/type-aliases/CreateTableHookOptions" }, |
| 534 | + { "label": "subscribe", "to": "framework/lit/reference/variables/subscribe" }, |
| 535 | + { "label": "SubscribeDirective", "to": "framework/lit/reference/classes/SubscribeDirective" }, |
| 536 | + { "label": "SelectionSource", "to": "framework/lit/reference/type-aliases/SelectionSource" }, |
473 | 537 | { "label": "FlexRender", "to": "framework/lit/reference/functions/FlexRender-1" }, |
474 | 538 | { "label": "flexRender", "to": "framework/lit/reference/functions/flexRender" } |
475 | 539 | ] |
|
497 | 561 | { "label": "DeepValue", "to": "reference/index/type-aliases/DeepValue" } |
498 | 562 | ], |
499 | 563 | "frameworks": [ |
| 564 | + { |
| 565 | + "label": "alpine", |
| 566 | + "children": [ |
| 567 | + { "label": "AppColumnHelper", "to": "framework/alpine/reference/type-aliases/AppColumnHelper" } |
| 568 | + ] |
| 569 | + }, |
500 | 570 | { |
501 | 571 | "label": "react", |
502 | 572 | "children": [ |
|
782 | 852 | "label": "Basic Examples", |
783 | 853 | "children": [], |
784 | 854 | "frameworks": [ |
| 855 | + { |
| 856 | + "label": "alpine", |
| 857 | + "children": [ |
| 858 | + { "to": "framework/alpine/examples/basic-create-table", "label": "Basic (createTable)" }, |
| 859 | + { "to": "framework/alpine/examples/basic-app-table", "label": "Basic (createAppTable)" }, |
| 860 | + { "to": "framework/alpine/examples/basic-external-state", "label": "Basic (External State)" }, |
| 861 | + { "to": "framework/alpine/examples/basic-external-atoms", "label": "Basic (External Atoms)" }, |
| 862 | + { "to": "framework/alpine/examples/column-groups", "label": "Header Groups" } |
| 863 | + ] |
| 864 | + }, |
785 | 865 | { |
786 | 866 | "label": "angular", |
787 | 867 | "children": [ |
|
799 | 879 | { "label": "Basic (useAppTable)", "to": "framework/lit/examples/basic-app-table" }, |
800 | 880 | { "label": "Basic (External State)", "to": "framework/lit/examples/basic-external-state" }, |
801 | 881 | { "label": "Basic (External Atoms)", "to": "framework/lit/examples/basic-external-atoms" }, |
| 882 | + { "label": "Basic (Subscribe)", "to": "framework/lit/examples/basic-subscribe" }, |
802 | 883 | { "label": "Header Groups", "to": "framework/lit/examples/column-groups" } |
803 | 884 | ] |
804 | 885 | }, |
|
868 | 949 | "label": "Feature Examples", |
869 | 950 | "children": [], |
870 | 951 | "frameworks": [ |
| 952 | + { |
| 953 | + "label": "alpine", |
| 954 | + "children": [ |
| 955 | + { "to": "framework/alpine/examples/filters", "label": "Column Filters" }, |
| 956 | + { "to": "framework/alpine/examples/filters-faceted", "label": "Column Filters (Faceted)" }, |
| 957 | + { "to": "framework/alpine/examples/column-ordering", "label": "Column Ordering" }, |
| 958 | + { "to": "framework/alpine/examples/column-pinning", "label": "Column Pinning" }, |
| 959 | + { "to": "framework/alpine/examples/column-pinning-split", "label": "Column Pinning (Split)" }, |
| 960 | + { "to": "framework/alpine/examples/column-pinning-sticky", "label": "Sticky Column Pinning" }, |
| 961 | + { "to": "framework/alpine/examples/column-sizing", "label": "Column Sizing" }, |
| 962 | + { "to": "framework/alpine/examples/column-resizing", "label": "Column Resizing" }, |
| 963 | + { "to": "framework/alpine/examples/column-resizing-performant", "label": "Performant Column Resizing" }, |
| 964 | + { "to": "framework/alpine/examples/column-visibility", "label": "Column Visibility" }, |
| 965 | + { "to": "framework/alpine/examples/expanding", "label": "Expanding" }, |
| 966 | + { "to": "framework/alpine/examples/sub-components", "label": "Expanding Sub Components" }, |
| 967 | + { "to": "framework/alpine/examples/grouping", "label": "Grouping" }, |
| 968 | + { "to": "framework/alpine/examples/pagination", "label": "Pagination" }, |
| 969 | + { "to": "framework/alpine/examples/row-pinning", "label": "Row Pinning" }, |
| 970 | + { "to": "framework/alpine/examples/row-selection", "label": "Row Selection" }, |
| 971 | + { "to": "framework/alpine/examples/sorting", "label": "Sorting" }, |
| 972 | + { "to": "framework/alpine/examples/sorting-dynamic-data", "label": "Sorting (Dynamic Data)" } |
| 973 | + ] |
| 974 | + }, |
871 | 975 | { |
872 | 976 | "label": "angular", |
873 | 977 | "children": [ |
|
1052 | 1156 | "label": "Specialized Examples", |
1053 | 1157 | "children": [], |
1054 | 1158 | "frameworks": [ |
| 1159 | + { |
| 1160 | + "label": "alpine", |
| 1161 | + "children": [ |
| 1162 | + { "label": "Custom Plugin", "to": "framework/alpine/examples/custom-plugin" } |
| 1163 | + ] |
| 1164 | + }, |
1055 | 1165 | { |
1056 | 1166 | "label": "angular", |
1057 | 1167 | "children": [ |
|
0 commit comments