|
140 | 140 | { |
141 | 141 | "label": "angular", |
142 | 142 | "children": [ |
| 143 | + { |
| 144 | + "label": "Rendering", |
| 145 | + "to": "framework/angular/guide/rendering" |
| 146 | + }, |
| 147 | + { |
| 148 | + "label": "Composable Tables", |
| 149 | + "to": "framework/angular/guide/composable-tables" |
| 150 | + }, |
143 | 151 | { |
144 | 152 | "label": "Table State", |
145 | 153 | "to": "framework/angular/guide/table-state" |
|
390 | 398 | "label": "Basic" |
391 | 399 | }, |
392 | 400 | { |
393 | | - "to": "framework/angular/examples/grouping", |
394 | | - "label": "Column Grouping" |
| 401 | + "to": "framework/angular/examples/basic-app-table", |
| 402 | + "label": "Basic (App Table)" |
| 403 | + }, |
| 404 | + { |
| 405 | + "to": "framework/angular/examples/composable-tables", |
| 406 | + "label": "Composable tables" |
| 407 | + }, |
| 408 | + { |
| 409 | + "to": "framework/angular/examples/custom-plugin", |
| 410 | + "label": "Custom plugin" |
| 411 | + }, |
| 412 | + { |
| 413 | + "to": "framework/angular/examples/row-selection", |
| 414 | + "label": "Row Selection" |
| 415 | + }, |
| 416 | + { |
| 417 | + "to": "framework/angular/examples/expanding", |
| 418 | + "label": "Row Expanding" |
395 | 419 | }, |
396 | 420 | { |
397 | 421 | "to": "framework/angular/examples/column-ordering", |
|
403 | 427 | }, |
404 | 428 | { |
405 | 429 | "to": "framework/angular/examples/column-pinning-sticky", |
406 | | - "label": "Sticky Column Pinning" |
| 430 | + "label": "Column Pinning (Sticky)" |
407 | 431 | }, |
408 | 432 | { |
409 | 433 | "to": "framework/angular/examples/column-visibility", |
|
414 | 438 | "label": "Column Filters" |
415 | 439 | }, |
416 | 440 | { |
417 | | - "to": "framework/angular/examples/row-selection", |
418 | | - "label": "Row Selection" |
| 441 | + "to": "framework/angular/examples/column-resizing-performant", |
| 442 | + "label": "Column Resizing" |
419 | 443 | }, |
420 | 444 | { |
421 | | - "to": "framework/angular/examples/expanding", |
422 | | - "label": "Expanding" |
| 445 | + "to": "framework/angular/examples/grouping", |
| 446 | + "label": "Column Grouping" |
| 447 | + }, |
| 448 | + { |
| 449 | + "to": "framework/angular/examples/remote-data", |
| 450 | + "label": "Fetch API data (SPA / SSR)" |
423 | 451 | }, |
424 | 452 | { |
425 | 453 | "to": "framework/angular/examples/sub-components", |
|
435 | 463 | }, |
436 | 464 | { |
437 | 465 | "to": "framework/angular/examples/row-dnd", |
438 | | - "label": "Row DnD" |
439 | | - }, |
440 | | - { |
441 | | - "to": "framework/angular/examples/column-resizing-performant", |
442 | | - "label": "Performant Column Resizing" |
443 | | - }, |
444 | | - { |
445 | | - "to": "framework/angular/examples/remote-data", |
446 | | - "label": "Remote data (optional SSR)" |
| 466 | + "label": "Row Drag & Drop" |
447 | 467 | } |
448 | 468 | ] |
449 | 469 | }, |
|
0 commit comments