Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
62 changes: 53 additions & 9 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,16 +832,19 @@
{
"label": "svelte",
"children": [
{ "to": "framework/svelte/examples/basic", "label": "Basic" },
{ "to": "framework/svelte/examples/basic-snippets", "label": "Basic Snippets" },
{ "to": "framework/svelte/examples/basic-table-helper", "label": "Basic with Helpers" },
{ "to": "framework/svelte/examples/basic-create-table", "label": "Basic (createTable)" },
{ "to": "framework/svelte/examples/basic-app-table", "label": "Basic (createAppTable)" },
{ "to": "framework/svelte/examples/basic-snippets", "label": "Basic (Snippets)" },
{ "to": "framework/svelte/examples/basic-external-state", "label": "Basic (External State)" },
{ "to": "framework/svelte/examples/basic-external-store", "label": "Basic (External Store)" },
{ "to": "framework/svelte/examples/column-groups", "label": "Header Groups" }
]
},
{
"label": "vue",
"children": [
{ "to": "framework/vue/examples/basic", "label": "Basic" }
{ "to": "framework/vue/examples/basic", "label": "Basic" },
{ "to": "framework/vue/examples/basic-use-app-table", "label": "Basic (useAppTable)" }
]
},
{
Expand Down Expand Up @@ -914,21 +917,43 @@
{
"label": "solid",
"children": [
{ "to": "framework/solid/examples/filters", "label": "Column Filters" },
{ "to": "framework/solid/examples/filters-faceted", "label": "Column Filters (Faceted)" },
{ "to": "framework/solid/examples/filters-fuzzy", "label": "Fuzzy Search Filters" },
{ "to": "framework/solid/examples/column-ordering", "label": "Column Ordering" },
{ "to": "framework/solid/examples/column-pinning", "label": "Column Pinning" },
{ "to": "framework/solid/examples/column-pinning-split", "label": "Column Pinning (Split)" },
{ "to": "framework/solid/examples/column-pinning-sticky", "label": "Sticky Column Pinning" },
{ "to": "framework/solid/examples/column-sizing", "label": "Column Sizing" },
{ "to": "framework/solid/examples/column-resizing", "label": "Column Resizing" },
{ "to": "framework/solid/examples/column-resizing-performant", "label": "Performant Column Resizing" },
{ "to": "framework/solid/examples/column-visibility", "label": "Column Visibility" },
{ "to": "framework/solid/examples/filters", "label": "Filters" },
{ "to": "framework/solid/examples/filters-faceted", "label": "Filters (Faceted)" },
{ "to": "framework/solid/examples/expanding", "label": "Expanding" },
{ "to": "framework/solid/examples/grouping", "label": "Grouping" },
{ "to": "framework/solid/examples/pagination", "label": "Pagination" },
{ "to": "framework/solid/examples/row-pinning", "label": "Row Pinning" },
{ "to": "framework/solid/examples/row-selection", "label": "Row Selection" },
{ "to": "framework/solid/examples/sorting", "label": "Sorting" }
]
},
{
"label": "svelte",
"children": [
{ "to": "framework/svelte/examples/filtering", "label": "Column Filters" },
{ "to": "framework/svelte/examples/filters-faceted", "label": "Column Filters (Faceted)" },
{ "to": "framework/svelte/examples/filters-fuzzy", "label": "Fuzzy Search Filters" },
{ "to": "framework/svelte/examples/column-ordering", "label": "Column Ordering" },
{ "to": "framework/svelte/examples/column-pinning", "label": "Column Pinning" },
{ "to": "framework/svelte/examples/column-pinning-split", "label": "Column Pinning (Split)" },
{ "to": "framework/svelte/examples/column-pinning-sticky", "label": "Sticky Column Pinning" },
{ "to": "framework/svelte/examples/column-sizing", "label": "Column Sizing" },
{ "to": "framework/svelte/examples/column-resizing", "label": "Column Resizing" },
{ "to": "framework/svelte/examples/column-resizing-performant", "label": "Performant Column Resizing" },
{ "to": "framework/svelte/examples/column-visibility", "label": "Column Visibility" },
{ "to": "framework/svelte/examples/filtering", "label": "Filtering" },
{ "to": "framework/svelte/examples/expanding", "label": "Expanding" },
{ "to": "framework/svelte/examples/grouping", "label": "Grouping" },
{ "to": "framework/svelte/examples/pagination", "label": "Pagination" },
{ "to": "framework/svelte/examples/row-pinning", "label": "Row Pinning" },
{ "to": "framework/svelte/examples/row-selection", "label": "Row Selection" },
{ "to": "framework/svelte/examples/sorting", "label": "Sorting" }
]
Expand Down Expand Up @@ -1001,13 +1026,32 @@
{
"label": "solid",
"children": [
{ "to": "framework/solid/examples/bootstrap", "label": "Solid Bootstrap" },
{ "to": "framework/solid/examples/composable-tables", "label": "Composable Tables" },
{ "to": "framework/solid/examples/with-tanstack-query", "label": "With TanStack Query" }]
{ "to": "framework/solid/examples/sub-components", "label": "Sub Components" },
{ "to": "framework/solid/examples/virtualized-columns", "label": "With TanStack Virtual - Columns" },
{ "to": "framework/solid/examples/virtualized-rows", "label": "With TanStack Virtual - Rows" },
{ "to": "framework/solid/examples/virtualized-infinite-scrolling", "label": "With TanStack Virtual - Infinite Scrolling" },
{ "to": "framework/solid/examples/with-tanstack-form", "label": "With TanStack Form" },
{ "to": "framework/solid/examples/with-tanstack-query", "label": "With TanStack Query" },
{ "to": "framework/solid/examples/with-tanstack-router", "label": "With TanStack Router" }
]
},
{
"label": "svelte",
"children": [
{ "to": "framework/svelte/examples/composable-tables", "label": "Composable Tables" },
{ "to": "framework/svelte/examples/sub-components", "label": "Sub Components" },
{ "to": "framework/svelte/examples/virtualized-columns", "label": "With TanStack Virtual - Columns" },
{ "to": "framework/svelte/examples/virtualized-rows", "label": "With TanStack Virtual - Rows" },
{ "to": "framework/svelte/examples/virtualized-infinite-scrolling", "label": "With TanStack Virtual - Infinite Scrolling" },
{ "to": "framework/svelte/examples/with-tanstack-form", "label": "With TanStack Form" },
{ "to": "framework/svelte/examples/with-tanstack-query", "label": "With TanStack Query" }
]
},
{
"label": "vue",
"children": [
{ "to": "framework/vue/examples/composable-tables", "label": "Composable Tables" },
{ "to": "framework/vue/examples/sub-components", "label": "Sub Components" },
{ "to": "framework/vue/examples/virtualized-rows", "label": "With TanStack Virtual (Rows)" }
]
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/remote-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@angular/cli": "^21.2.6",
"@angular/compiler-cli": "^21.2.7",
"@types/express": "^5.0.6",
"@types/node": "^25.5.0",
"@types/node": "^25.5.2",
"tslib": "^2.8.1",
"typescript": "6.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@rollup/plugin-replace": "^6.0.3",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/lit/column-sizing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@rollup/plugin-replace": "^6.0.3",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/lit/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@rollup/plugin-replace": "^6.0.3",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/lit/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@rollup/plugin-replace": "^6.0.3",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/lit/sorting-dynamic-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@rollup/plugin-replace": "^6.0.3",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/lit/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@rollup/plugin-replace": "^6.0.3",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/lit/virtualized-rows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@rollup/plugin-replace": "^6.0.3",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
4 changes: 2 additions & 2 deletions examples/preact/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"@tanstack/preact-table": "^9.0.0-alpha.23",
"preact": "^10.29.0"
"preact": "^10.29.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.5",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
4 changes: 2 additions & 2 deletions examples/preact/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"dependencies": {
"@faker-js/faker": "^10.4.0",
"@tanstack/preact-table": "^9.0.0-alpha.23",
"preact": "^10.29.0"
"preact": "^10.29.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.5",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-external-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-external-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-shadcn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-use-app-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-use-legacy-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-use-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/column-dnd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/column-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/column-pinning-split/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/column-pinning-sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/column-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/column-resizing-performant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/column-resizing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/column-sizing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/column-visibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/composable-tables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/custom-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/expanding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/filters-faceted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/filters-fuzzy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/grouping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-shadcn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
2 changes: 1 addition & 1 deletion examples/react/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.7"
}
}
Loading
Loading