|
34 | 34 | "label": "Angular Table Adapter", |
35 | 35 | "to": "framework/angular/angular-table" |
36 | 36 | }, |
| 37 | + { |
| 38 | + "label": "Migrating to V9", |
| 39 | + "to": "framework/angular/guide/migrating" |
| 40 | + }, |
37 | 41 | { |
38 | 42 | "label": "Rendering components", |
39 | 43 | "to": "framework/angular/guide/rendering" |
|
859 | 863 | { |
860 | 864 | "label": "angular", |
861 | 865 | "children": [ |
862 | | - { "to": "framework/angular/examples/row-selection", "label": "Row Selection" }, |
863 | | - { "to": "framework/angular/examples/row-selection-signal", "label": "Row Selection (Signal)" }, |
864 | | - { "to": "framework/angular/examples/expanding", "label": "Row Expanding" }, |
| 866 | + { "to": "framework/angular/examples/filters", "label": "Column Filters" }, |
865 | 867 | { "to": "framework/angular/examples/column-ordering", "label": "Column Ordering" }, |
866 | 868 | { "to": "framework/angular/examples/column-pinning", "label": "Column Pinning" }, |
867 | 869 | { "to": "framework/angular/examples/column-pinning-sticky", "label": "Column Pinning (Sticky)" }, |
868 | | - { "to": "framework/angular/examples/column-visibility", "label": "Column Visibility" }, |
869 | | - { "to": "framework/angular/examples/filters", "label": "Column Filters" }, |
870 | 870 | { "to": "framework/angular/examples/column-resizing-performant", "label": "Column Resizing" }, |
871 | | - { "to": "framework/angular/examples/grouping", "label": "Column Grouping" } |
| 871 | + { "to": "framework/angular/examples/column-visibility", "label": "Column Visibility" }, |
| 872 | + { "to": "framework/angular/examples/expanding", "label": "Row Expanding" }, |
| 873 | + { "to": "framework/angular/examples/grouping", "label": "Column Grouping" }, |
| 874 | + { "to": "framework/angular/examples/row-selection", "label": "Row Selection" }, |
| 875 | + { "to": "framework/angular/examples/row-selection-signal", "label": "Row Selection (Signal)" } |
872 | 876 | ] |
873 | 877 | }, |
874 | 878 | { |
|
963 | 967 | "children": [ |
964 | 968 | { "to": "framework/angular/examples/composable-tables", "label": "Composable Tables" }, |
965 | 969 | { "to": "framework/angular/examples/custom-plugin", "label": "Custom Plugin" }, |
966 | | - { "to": "framework/angular/examples/remote-data", "label": "Fetch API data (SPA / SSR)" }, |
967 | 970 | { "to": "framework/angular/examples/sub-components", "label": "Sub Components" }, |
| 971 | + { "to": "framework/angular/examples/remote-data", "label": "Fetch API data (SPA / SSR)" }, |
968 | 972 | { "to": "framework/angular/examples/signal-input", "label": "Signal Input" }, |
969 | 973 | { "to": "framework/angular/examples/editable", "label": "Editable data" }, |
970 | 974 | { "to": "framework/angular/examples/row-dnd", "label": "Row Drag & Drop" } |
|
0 commit comments