|
496 | 496 | "to": "framework/angular/examples/row-selection", |
497 | 497 | "label": "Row Selection" |
498 | 498 | }, |
| 499 | + { |
| 500 | + "to": "framework/angular/examples/row-selection-signal", |
| 501 | + "label": "Row Selection (Signal)" |
| 502 | + }, |
499 | 503 | { |
500 | 504 | "to": "framework/angular/examples/expanding", |
501 | 505 | "label": "Row Expanding" |
|
573 | 577 | "to": "framework/lit/examples/sorting", |
574 | 578 | "label": "Sorting" |
575 | 579 | }, |
| 580 | + { |
| 581 | + "to": "framework/lit/examples/sorting-dynamic-data", |
| 582 | + "label": "Sorting (Dynamic Data)" |
| 583 | + }, |
576 | 584 | { |
577 | 585 | "to": "framework/lit/examples/virtualized-rows", |
578 | 586 | "label": "Virtualized Rows" |
|
587 | 595 | "label": "Basic" |
588 | 596 | }, |
589 | 597 | { |
590 | | - "to": "framework/react/examples/shadcn-basic", |
| 598 | + "to": "framework/react/examples/basic-shadcn", |
591 | 599 | "label": "Shadcn Basic" |
592 | 600 | }, |
593 | 601 | { |
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)" |
596 | 620 | }, |
597 | 621 | { |
598 | 622 | "to": "framework/react/examples/column-groups", |
|
622 | 646 | "to": "framework/react/examples/column-pinning", |
623 | 647 | "label": "Column Pinning" |
624 | 648 | }, |
| 649 | + { |
| 650 | + "to": "framework/react/examples/column-pinning-split", |
| 651 | + "label": "Column Pinning (Split)" |
| 652 | + }, |
625 | 653 | { |
626 | 654 | "to": "framework/react/examples/column-pinning-sticky", |
627 | 655 | "label": "Sticky Column Pinning" |
|
630 | 658 | "to": "framework/react/examples/column-sizing", |
631 | 659 | "label": "Column Sizing" |
632 | 660 | }, |
| 661 | + { |
| 662 | + "to": "framework/react/examples/column-resizing", |
| 663 | + "label": "Column Resizing" |
| 664 | + }, |
633 | 665 | { |
634 | 666 | "to": "framework/react/examples/column-resizing-performant", |
635 | 667 | "label": "Performant Column Resizing" |
|
639 | 671 | "label": "Column Visibility" |
640 | 672 | }, |
641 | 673 | { |
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" |
644 | 680 | }, |
645 | 681 | { |
646 | 682 | "to": "framework/react/examples/expanding", |
|
650 | 686 | "to": "framework/react/examples/sub-components", |
651 | 687 | "label": "Sub Components" |
652 | 688 | }, |
653 | | - { |
654 | | - "to": "framework/react/examples/fully-controlled", |
655 | | - "label": "Fully Controlled" |
656 | | - }, |
657 | 689 | { |
658 | 690 | "to": "framework/react/examples/grouping", |
659 | 691 | "label": "Grouping" |
|
662 | 694 | "to": "framework/react/examples/pagination", |
663 | 695 | "label": "Pagination" |
664 | 696 | }, |
665 | | - { |
666 | | - "to": "framework/react/examples/pagination-controlled", |
667 | | - "label": "Pagination Controlled" |
668 | | - }, |
669 | 697 | { |
670 | 698 | "to": "framework/react/examples/row-dnd", |
671 | 699 | "label": "Row DnD" |
|
703 | 731 | "label": "Virtualized Infinite Scrolling" |
704 | 732 | }, |
705 | 733 | { |
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)" |
716 | 736 | }, |
717 | 737 | { |
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" |
720 | 740 | }, |
721 | 741 | { |
722 | | - "to": "framework/react/examples/custom-features", |
723 | | - "label": "Custom Features" |
| 742 | + "to": "framework/react/examples/with-tanstack-query", |
| 743 | + "label": "With TanStack Query" |
724 | 744 | }, |
725 | 745 | { |
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" |
728 | 748 | } |
729 | 749 | ] |
730 | 750 | }, |
|
735 | 755 | "to": "framework/solid/examples/basic", |
736 | 756 | "label": "Basic" |
737 | 757 | }, |
| 758 | + { |
| 759 | + "to": "framework/solid/examples/basic-table-helper", |
| 760 | + "label": "Basic with Helpers" |
| 761 | + }, |
738 | 762 | { |
739 | 763 | "to": "framework/solid/examples/column-groups", |
740 | 764 | "label": "Column Groups" |
|
751 | 775 | "to": "framework/solid/examples/filters", |
752 | 776 | "label": "Filters" |
753 | 777 | }, |
| 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 | + }, |
754 | 786 | { |
755 | 787 | "to": "framework/solid/examples/sorting", |
756 | 788 | "label": "Sorting" |
|
768 | 800 | "to": "framework/svelte/examples/basic", |
769 | 801 | "label": "Basic" |
770 | 802 | }, |
| 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 | + }, |
771 | 811 | { |
772 | 812 | "to": "framework/svelte/examples/column-groups", |
773 | 813 | "label": "Column Groups" |
|
788 | 828 | "to": "framework/svelte/examples/filtering", |
789 | 829 | "label": "Filtering" |
790 | 830 | }, |
| 831 | + { |
| 832 | + "to": "framework/svelte/examples/row-selection", |
| 833 | + "label": "Row Selection" |
| 834 | + }, |
791 | 835 | { |
792 | 836 | "to": "framework/svelte/examples/sorting", |
793 | 837 | "label": "Sorting" |
|
813 | 857 | "to": "framework/vue/examples/pagination", |
814 | 858 | "label": "Pagination" |
815 | 859 | }, |
| 860 | + { |
| 861 | + "to": "framework/vue/examples/pagination-controlled", |
| 862 | + "label": "Pagination Controlled" |
| 863 | + }, |
816 | 864 | { |
817 | 865 | "to": "framework/vue/examples/row-selection", |
818 | 866 | "label": "Row Selection" |
|
835 | 883 | } |
836 | 884 | ] |
837 | 885 | }, |
| 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 | + }, |
838 | 899 | { |
839 | 900 | "label": "vanilla", |
840 | 901 | "children": [ |
|
0 commit comments