Skip to content

Commit 98c189f

Browse files
committed
fix alpha example routes for docs
1 parent cccc426 commit 98c189f

1 file changed

Lines changed: 90 additions & 29 deletions

File tree

docs/config.json

Lines changed: 90 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,10 @@
496496
"to": "framework/angular/examples/row-selection",
497497
"label": "Row Selection"
498498
},
499+
{
500+
"to": "framework/angular/examples/row-selection-signal",
501+
"label": "Row Selection (Signal)"
502+
},
499503
{
500504
"to": "framework/angular/examples/expanding",
501505
"label": "Row Expanding"
@@ -573,6 +577,10 @@
573577
"to": "framework/lit/examples/sorting",
574578
"label": "Sorting"
575579
},
580+
{
581+
"to": "framework/lit/examples/sorting-dynamic-data",
582+
"label": "Sorting (Dynamic Data)"
583+
},
576584
{
577585
"to": "framework/lit/examples/virtualized-rows",
578586
"label": "Virtualized Rows"
@@ -587,12 +595,28 @@
587595
"label": "Basic"
588596
},
589597
{
590-
"to": "framework/react/examples/shadcn-basic",
598+
"to": "framework/react/examples/basic-shadcn",
591599
"label": "Shadcn Basic"
592600
},
593601
{
594-
"to": "framework/react/examples/basic-table-helper",
595-
"label": "Basic with Helpers"
602+
"to": "framework/react/examples/basic-use-table",
603+
"label": "Basic (useTable)"
604+
},
605+
{
606+
"to": "framework/react/examples/basic-use-app-table",
607+
"label": "Basic (useAppTable)"
608+
},
609+
{
610+
"to": "framework/react/examples/basic-use-legacy-table",
611+
"label": "Basic (useLegacyTable)"
612+
},
613+
{
614+
"to": "framework/react/examples/basic-external-state",
615+
"label": "Basic (External State)"
616+
},
617+
{
618+
"to": "framework/react/examples/basic-external-store",
619+
"label": "Basic (External Store)"
596620
},
597621
{
598622
"to": "framework/react/examples/column-groups",
@@ -622,6 +646,10 @@
622646
"to": "framework/react/examples/column-pinning",
623647
"label": "Column Pinning"
624648
},
649+
{
650+
"to": "framework/react/examples/column-pinning-split",
651+
"label": "Column Pinning (Split)"
652+
},
625653
{
626654
"to": "framework/react/examples/column-pinning-sticky",
627655
"label": "Sticky Column Pinning"
@@ -630,6 +658,10 @@
630658
"to": "framework/react/examples/column-sizing",
631659
"label": "Column Sizing"
632660
},
661+
{
662+
"to": "framework/react/examples/column-resizing",
663+
"label": "Column Resizing"
664+
},
633665
{
634666
"to": "framework/react/examples/column-resizing-performant",
635667
"label": "Performant Column Resizing"
@@ -639,8 +671,12 @@
639671
"label": "Column Visibility"
640672
},
641673
{
642-
"to": "framework/react/examples/editable-data",
643-
"label": "Editable Data"
674+
"to": "framework/react/examples/composable-tables",
675+
"label": "Composable Tables"
676+
},
677+
{
678+
"to": "framework/react/examples/custom-plugin",
679+
"label": "Custom Plugin"
644680
},
645681
{
646682
"to": "framework/react/examples/expanding",
@@ -650,10 +686,6 @@
650686
"to": "framework/react/examples/sub-components",
651687
"label": "Sub Components"
652688
},
653-
{
654-
"to": "framework/react/examples/fully-controlled",
655-
"label": "Fully Controlled"
656-
},
657689
{
658690
"to": "framework/react/examples/grouping",
659691
"label": "Grouping"
@@ -662,10 +694,6 @@
662694
"to": "framework/react/examples/pagination",
663695
"label": "Pagination"
664696
},
665-
{
666-
"to": "framework/react/examples/pagination-controlled",
667-
"label": "Pagination Controlled"
668-
},
669697
{
670698
"to": "framework/react/examples/row-dnd",
671699
"label": "Row DnD"
@@ -703,28 +731,20 @@
703731
"label": "Virtualized Infinite Scrolling"
704732
},
705733
{
706-
"to": "framework/react/examples/kitchen-sink",
707-
"label": "Kitchen Sink"
708-
},
709-
{
710-
"to": "framework/react/examples/material-ui-pagination",
711-
"label": "Material UI Pagination"
712-
},
713-
{
714-
"to": "framework/react/examples/full-width-table",
715-
"label": "React Full Width"
734+
"to": "framework/react/examples/kitchen-sink-shadcn",
735+
"label": "Kitchen Sink (Shadcn)"
716736
},
717737
{
718-
"to": "framework/react/examples/full-width-resizable-table",
719-
"label": "React Full Width Resizable"
738+
"to": "framework/react/examples/with-tanstack-form",
739+
"label": "With TanStack Form"
720740
},
721741
{
722-
"to": "framework/react/examples/custom-features",
723-
"label": "Custom Features"
742+
"to": "framework/react/examples/with-tanstack-query",
743+
"label": "With TanStack Query"
724744
},
725745
{
726-
"to": "framework/react/examples/query-router-search-params",
727-
"label": "Query Router Search Params"
746+
"to": "framework/react/examples/with-tanstack-router",
747+
"label": "With TanStack Router"
728748
}
729749
]
730750
},
@@ -735,6 +755,10 @@
735755
"to": "framework/solid/examples/basic",
736756
"label": "Basic"
737757
},
758+
{
759+
"to": "framework/solid/examples/basic-table-helper",
760+
"label": "Basic with Helpers"
761+
},
738762
{
739763
"to": "framework/solid/examples/column-groups",
740764
"label": "Column Groups"
@@ -751,6 +775,14 @@
751775
"to": "framework/solid/examples/filters",
752776
"label": "Filters"
753777
},
778+
{
779+
"to": "framework/solid/examples/filters-faceted",
780+
"label": "Filters (Faceted)"
781+
},
782+
{
783+
"to": "framework/solid/examples/row-selection",
784+
"label": "Row Selection"
785+
},
754786
{
755787
"to": "framework/solid/examples/sorting",
756788
"label": "Sorting"
@@ -768,6 +800,14 @@
768800
"to": "framework/svelte/examples/basic",
769801
"label": "Basic"
770802
},
803+
{
804+
"to": "framework/svelte/examples/basic-snippets",
805+
"label": "Basic Snippets"
806+
},
807+
{
808+
"to": "framework/svelte/examples/basic-table-helper",
809+
"label": "Basic with Helpers"
810+
},
771811
{
772812
"to": "framework/svelte/examples/column-groups",
773813
"label": "Column Groups"
@@ -788,6 +828,10 @@
788828
"to": "framework/svelte/examples/filtering",
789829
"label": "Filtering"
790830
},
831+
{
832+
"to": "framework/svelte/examples/row-selection",
833+
"label": "Row Selection"
834+
},
791835
{
792836
"to": "framework/svelte/examples/sorting",
793837
"label": "Sorting"
@@ -813,6 +857,10 @@
813857
"to": "framework/vue/examples/pagination",
814858
"label": "Pagination"
815859
},
860+
{
861+
"to": "framework/vue/examples/pagination-controlled",
862+
"label": "Pagination Controlled"
863+
},
816864
{
817865
"to": "framework/vue/examples/row-selection",
818866
"label": "Row Selection"
@@ -835,6 +883,19 @@
835883
}
836884
]
837885
},
886+
{
887+
"label": "preact",
888+
"children": [
889+
{
890+
"to": "framework/preact/examples/basic",
891+
"label": "Basic"
892+
},
893+
{
894+
"to": "framework/preact/examples/sorting",
895+
"label": "Sorting"
896+
}
897+
]
898+
},
838899
{
839900
"label": "vanilla",
840901
"children": [

0 commit comments

Comments
 (0)