|
201 | 201 | { |
202 | 202 | "label": "alpine", |
203 | 203 | "children": [ |
| 204 | + { "label": "Cell Selection", "to": "framework/alpine/guide/cell-selection" }, |
204 | 205 | { "label": "Column Ordering", "to": "framework/alpine/guide/column-ordering" }, |
205 | 206 | { "label": "Column Pinning", "to": "framework/alpine/guide/column-pinning" }, |
206 | 207 | { "label": "Column Sizing", "to": "framework/alpine/guide/column-sizing" }, |
|
222 | 223 | { |
223 | 224 | "label": "angular", |
224 | 225 | "children": [ |
| 226 | + { "label": "Cell Selection", "to": "framework/angular/guide/cell-selection" }, |
225 | 227 | { "label": "Column Ordering", "to": "framework/angular/guide/column-ordering" }, |
226 | 228 | { "label": "Column Pinning", "to": "framework/angular/guide/column-pinning" }, |
227 | 229 | { "label": "Column Sizing", "to": "framework/angular/guide/column-sizing" }, |
|
244 | 246 | { |
245 | 247 | "label": "ember", |
246 | 248 | "children": [ |
| 249 | + { "label": "Cell Selection", "to": "framework/ember/guide/cell-selection" }, |
247 | 250 | { "label": "Column Ordering", "to": "framework/ember/guide/column-ordering" }, |
248 | 251 | { "label": "Column Pinning", "to": "framework/ember/guide/column-pinning" }, |
249 | 252 | { "label": "Column Sizing", "to": "framework/ember/guide/column-sizing" }, |
|
265 | 268 | { |
266 | 269 | "label": "lit", |
267 | 270 | "children": [ |
| 271 | + { "label": "Cell Selection", "to": "framework/lit/guide/cell-selection" }, |
268 | 272 | { "label": "Column Ordering", "to": "framework/lit/guide/column-ordering" }, |
269 | 273 | { "label": "Column Pinning", "to": "framework/lit/guide/column-pinning" }, |
270 | 274 | { "label": "Column Sizing", "to": "framework/lit/guide/column-sizing" }, |
|
287 | 291 | { |
288 | 292 | "label": "react", |
289 | 293 | "children": [ |
| 294 | + { "label": "Cell Selection", "to": "framework/react/guide/cell-selection" }, |
290 | 295 | { "label": "Column Ordering", "to": "framework/react/guide/column-ordering" }, |
291 | 296 | { "label": "Column Pinning", "to": "framework/react/guide/column-pinning" }, |
292 | 297 | { "label": "Column Sizing", "to": "framework/react/guide/column-sizing" }, |
|
309 | 314 | { |
310 | 315 | "label": "preact", |
311 | 316 | "children": [ |
| 317 | + { "label": "Cell Selection", "to": "framework/preact/guide/cell-selection" }, |
312 | 318 | { "label": "Column Ordering", "to": "framework/preact/guide/column-ordering" }, |
313 | 319 | { "label": "Column Pinning", "to": "framework/preact/guide/column-pinning" }, |
314 | 320 | { "label": "Column Sizing", "to": "framework/preact/guide/column-sizing" }, |
|
331 | 337 | { |
332 | 338 | "label": "solid", |
333 | 339 | "children": [ |
| 340 | + { "label": "Cell Selection", "to": "framework/solid/guide/cell-selection" }, |
334 | 341 | { "label": "Column Ordering", "to": "framework/solid/guide/column-ordering" }, |
335 | 342 | { "label": "Column Pinning", "to": "framework/solid/guide/column-pinning" }, |
336 | 343 | { "label": "Column Sizing", "to": "framework/solid/guide/column-sizing" }, |
|
353 | 360 | { |
354 | 361 | "label": "svelte", |
355 | 362 | "children": [ |
| 363 | + { "label": "Cell Selection", "to": "framework/svelte/guide/cell-selection" }, |
356 | 364 | { "label": "Column Ordering", "to": "framework/svelte/guide/column-ordering" }, |
357 | 365 | { "label": "Column Pinning", "to": "framework/svelte/guide/column-pinning" }, |
358 | 366 | { "label": "Column Sizing", "to": "framework/svelte/guide/column-sizing" }, |
|
375 | 383 | { |
376 | 384 | "label": "vue", |
377 | 385 | "children": [ |
| 386 | + { "label": "Cell Selection", "to": "framework/vue/guide/cell-selection" }, |
378 | 387 | { "label": "Column Ordering", "to": "framework/vue/guide/column-ordering" }, |
379 | 388 | { "label": "Column Pinning", "to": "framework/vue/guide/column-pinning" }, |
380 | 389 | { "label": "Column Sizing", "to": "framework/vue/guide/column-sizing" }, |
|
1060 | 1069 | { |
1061 | 1070 | "label": "alpine", |
1062 | 1071 | "children": [ |
| 1072 | + { "to": "framework/alpine/examples/cell-selection", "label": "Cell Selection" }, |
1063 | 1073 | { "to": "framework/alpine/examples/filters", "label": "Column Filters" }, |
1064 | 1074 | { "to": "framework/alpine/examples/filters-faceted", "label": "Column Filters (Faceted)" }, |
1065 | 1075 | { "to": "framework/alpine/examples/filters-faceted-bucketed", "label": "Bucketed Faceted Filters" }, |
|
1087 | 1097 | "label": "angular", |
1088 | 1098 | "children": [ |
1089 | 1099 | { "label": "Kitchen Sink (All Features)", "to": "framework/angular/examples/kitchen-sink" }, |
| 1100 | + { "label": "Cell Selection", "to": "framework/angular/examples/cell-selection" }, |
1090 | 1101 | { "label": "Column Filters", "to": "framework/angular/examples/filters" }, |
1091 | 1102 | { "label": "Column Filters (Faceted)", "to": "framework/angular/examples/filters-faceted" }, |
1092 | 1103 | { "label": "Bucketed Faceted Filters", "to": "framework/angular/examples/filters-faceted-bucketed" }, |
|
1114 | 1125 | "label": "ember", |
1115 | 1126 | "children": [ |
1116 | 1127 | { "label": "Kitchen Sink (All Features)", "to": "framework/ember/examples/kitchen-sink" }, |
| 1128 | + { "label": "Cell Selection", "to": "framework/ember/examples/cell-selection" }, |
1117 | 1129 | { "label": "Column Filters", "to": "framework/ember/examples/filters" }, |
1118 | 1130 | { "label": "Column Filters (Faceted)", "to": "framework/ember/examples/filters-faceted" }, |
1119 | 1131 | { "label": "Bucketed Faceted Filters", "to": "framework/ember/examples/filters-faceted-bucketed" }, |
|
1141 | 1153 | "label": "lit", |
1142 | 1154 | "children": [ |
1143 | 1155 | { "label": "Kitchen Sink (All Features)", "to": "framework/lit/examples/kitchen-sink" }, |
| 1156 | + { "label": "Cell Selection", "to": "framework/lit/examples/cell-selection" }, |
1144 | 1157 | { "label": "Column Filters", "to": "framework/lit/examples/filters" }, |
1145 | 1158 | { "label": "Column Filters (Faceted)", "to": "framework/lit/examples/filters-faceted" }, |
1146 | 1159 | { "label": "Bucketed Faceted Filters", "to": "framework/lit/examples/filters-faceted-bucketed" }, |
|
1169 | 1182 | "label": "react", |
1170 | 1183 | "children": [ |
1171 | 1184 | { "label": "Kitchen Sink (All Features)", "to": "framework/react/examples/kitchen-sink" }, |
| 1185 | + { "label": "Cell Selection", "to": "framework/react/examples/cell-selection" }, |
1172 | 1186 | { "label": "Column Filters", "to": "framework/react/examples/filters" }, |
1173 | 1187 | { "label": "Column Filters (Faceted)", "to": "framework/react/examples/filters-faceted" }, |
1174 | 1188 | { "label": "Bucketed Faceted Filters", "to": "framework/react/examples/filters-faceted-bucketed" }, |
|
1198 | 1212 | "label": "solid", |
1199 | 1213 | "children": [ |
1200 | 1214 | { "label": "Kitchen Sink (All Features)", "to": "framework/solid/examples/kitchen-sink" }, |
| 1215 | + { "label": "Cell Selection", "to": "framework/solid/examples/cell-selection" }, |
1201 | 1216 | { "label": "Column Filters", "to": "framework/solid/examples/filters" }, |
1202 | 1217 | { "label": "Column Filters (Faceted)", "to": "framework/solid/examples/filters-faceted" }, |
1203 | 1218 | { "label": "Bucketed Faceted Filters", "to": "framework/solid/examples/filters-faceted-bucketed" }, |
|
1225 | 1240 | "label": "svelte", |
1226 | 1241 | "children": [ |
1227 | 1242 | { "label": "Kitchen Sink (All Features)", "to": "framework/svelte/examples/kitchen-sink" }, |
| 1243 | + { "label": "Cell Selection", "to": "framework/svelte/examples/cell-selection" }, |
1228 | 1244 | { "label": "Column Filters", "to": "framework/svelte/examples/filtering" }, |
1229 | 1245 | { "label": "Column Filters (Faceted)", "to": "framework/svelte/examples/filters-faceted" }, |
1230 | 1246 | { "label": "Bucketed Faceted Filters", "to": "framework/svelte/examples/filters-faceted-bucketed" }, |
|
1252 | 1268 | "label": "vue", |
1253 | 1269 | "children": [ |
1254 | 1270 | { "label": "Kitchen Sink (All Features)", "to": "framework/vue/examples/kitchen-sink" }, |
| 1271 | + { "label": "Cell Selection", "to": "framework/vue/examples/cell-selection" }, |
1255 | 1272 | { "label": "Column Filters", "to": "framework/vue/examples/filters" }, |
1256 | 1273 | { "label": "Column Filters (Faceted)", "to": "framework/vue/examples/filters-faceted" }, |
1257 | 1274 | { "label": "Bucketed Faceted Filters", "to": "framework/vue/examples/filters-faceted-bucketed" }, |
|
1279 | 1296 | "label": "preact", |
1280 | 1297 | "children": [ |
1281 | 1298 | { "label": "Kitchen Sink (All Features)", "to": "framework/preact/examples/kitchen-sink" }, |
| 1299 | + { "label": "Cell Selection", "to": "framework/preact/examples/cell-selection" }, |
1282 | 1300 | { "label": "Column Filters", "to": "framework/preact/examples/filters" }, |
1283 | 1301 | { "label": "Column Filters (Faceted)", "to": "framework/preact/examples/filters-faceted" }, |
1284 | 1302 | { "label": "Bucketed Faceted Filters", "to": "framework/preact/examples/filters-faceted-bucketed" }, |
|
0 commit comments