|
37 | 37 | { |
38 | 38 | "label": "Angular Table Adapter", |
39 | 39 | "to": "framework/angular/angular-table" |
| 40 | + }, |
| 41 | + { |
| 42 | + "label": "Rendering", |
| 43 | + "to": "framework/angular/guide/rendering" |
| 44 | + }, |
| 45 | + { |
| 46 | + "label": "Composable Tables", |
| 47 | + "to": "framework/angular/guide/composable-tables" |
40 | 48 | } |
41 | 49 | ] |
42 | 50 | }, |
|
306 | 314 | "label": "Cell", |
307 | 315 | "to": "api/core/cell" |
308 | 316 | } |
| 317 | + ], |
| 318 | + "frameworks": [ |
| 319 | + { |
| 320 | + "label": "angular", |
| 321 | + "children": [ |
| 322 | + { |
| 323 | + "label": "Angular API Reference", |
| 324 | + "to": "framework/angular/reference/index.md" |
| 325 | + }, |
| 326 | + { |
| 327 | + "label": "injectTable", |
| 328 | + "to": "framework/angular/reference/functions/inject-table.md" |
| 329 | + }, |
| 330 | + { |
| 331 | + "label": "createTableHook", |
| 332 | + "to": "framework/angular/reference/functions/createTableHook.md" |
| 333 | + }, |
| 334 | + { |
| 335 | + "label": "flexRenderComponent", |
| 336 | + "to": "framework/angular/reference/functions/flexRenderComponent.md" |
| 337 | + }, |
| 338 | + { |
| 339 | + "label": "injectFlexRenderContext", |
| 340 | + "to": "framework/angular/reference/functions/injectFlexRenderContext.md" |
| 341 | + }, |
| 342 | + { |
| 343 | + "label": "injectTableContext", |
| 344 | + "to": "framework/angular/reference/functions/injectTableContext.md" |
| 345 | + }, |
| 346 | + { |
| 347 | + "label": "injectTableCellContext", |
| 348 | + "to": "framework/angular/reference/functions/injectTableCellContext.md" |
| 349 | + }, |
| 350 | + { |
| 351 | + "label": "injectTableHeaderContext", |
| 352 | + "to": "framework/angular/reference/functions/injectTableHeaderContext.md" |
| 353 | + }, |
| 354 | + { |
| 355 | + "label": "Directive / FlexRender", |
| 356 | + "to": "framework/angular/reference/variables/FlexRender.md" |
| 357 | + }, |
| 358 | + { |
| 359 | + "label": "Directive / FlexRenderCell", |
| 360 | + "to": "framework/angular/reference/classes/FlexRenderCell.md" |
| 361 | + }, |
| 362 | + { |
| 363 | + "label": "Directive / FlexRenderDirective", |
| 364 | + "to": "framework/angular/reference/classes/FlexRenderDirective.md" |
| 365 | + }, |
| 366 | + { |
| 367 | + "label": "Directive / TanStackTable", |
| 368 | + "to": "framework/angular/reference/classes/TanStackTable.md" |
| 369 | + }, |
| 370 | + { |
| 371 | + "label": "Directive / TanStackTableCell", |
| 372 | + "to": "framework/angular/reference/classes/TanStackTableCell.md" |
| 373 | + }, |
| 374 | + { |
| 375 | + "label": "Directive / TanStackTableHeader", |
| 376 | + "to": "framework/angular/reference/classes/TanStackTableHeader.md" |
| 377 | + } |
| 378 | + ] |
| 379 | + } |
309 | 380 | ] |
310 | 381 | }, |
311 | 382 | { |
|
390 | 461 | "label": "Basic" |
391 | 462 | }, |
392 | 463 | { |
393 | | - "to": "framework/angular/examples/grouping", |
394 | | - "label": "Column Grouping" |
| 464 | + "to": "framework/angular/examples/basic-app-table", |
| 465 | + "label": "Basic (App Table)" |
| 466 | + }, |
| 467 | + { |
| 468 | + "to": "framework/angular/examples/composable-tables", |
| 469 | + "label": "Composable tables" |
| 470 | + }, |
| 471 | + { |
| 472 | + "to": "framework/angular/examples/custom-plugin", |
| 473 | + "label": "Custom plugin" |
| 474 | + }, |
| 475 | + { |
| 476 | + "to": "framework/angular/examples/row-selection", |
| 477 | + "label": "Row Selection" |
| 478 | + }, |
| 479 | + { |
| 480 | + "to": "framework/angular/examples/expanding", |
| 481 | + "label": "Row Expanding" |
395 | 482 | }, |
396 | 483 | { |
397 | 484 | "to": "framework/angular/examples/column-ordering", |
|
403 | 490 | }, |
404 | 491 | { |
405 | 492 | "to": "framework/angular/examples/column-pinning-sticky", |
406 | | - "label": "Sticky Column Pinning" |
| 493 | + "label": "Column Pinning (Sticky)" |
407 | 494 | }, |
408 | 495 | { |
409 | 496 | "to": "framework/angular/examples/column-visibility", |
|
414 | 501 | "label": "Column Filters" |
415 | 502 | }, |
416 | 503 | { |
417 | | - "to": "framework/angular/examples/row-selection", |
418 | | - "label": "Row Selection" |
| 504 | + "to": "framework/angular/examples/column-resizing-performant", |
| 505 | + "label": "Column Resizing" |
419 | 506 | }, |
420 | 507 | { |
421 | | - "to": "framework/angular/examples/expanding", |
422 | | - "label": "Expanding" |
| 508 | + "to": "framework/angular/examples/grouping", |
| 509 | + "label": "Column Grouping" |
| 510 | + }, |
| 511 | + { |
| 512 | + "to": "framework/angular/examples/remote-data", |
| 513 | + "label": "Fetch API data (SPA / SSR)" |
423 | 514 | }, |
424 | 515 | { |
425 | 516 | "to": "framework/angular/examples/sub-components", |
|
435 | 526 | }, |
436 | 527 | { |
437 | 528 | "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)" |
| 529 | + "label": "Row Drag & Drop" |
447 | 530 | } |
448 | 531 | ] |
449 | 532 | }, |
|
0 commit comments