table
table copied to clipboard
🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
### TanStack Table version 8.20.5 ### Framework/Library version react ^18.2.0 ### Describe the bug and the steps to reproduce it Automatically adjust column sizes while dynamically hiding and showing columns....
### TanStack Table version v8.20.5 ### Framework/Library version React v18.3.1 ### Describe the bug and the steps to reproduce it The [Where to Get Columns From](https://tanstack.com/table/latest/docs/guide/columns#where-to-get-columns-from) section of the Columns...
### TanStack Table version v9.0.0-alpha.10 ### Framework/Library version Svelte 5.0.0-next.244 ### Describe the bug and the steps to reproduce it Hello, I've been using Tanstack Table v9 with svelte 5...
Fix ESLint error: ``` "React Hook "React.useState" is called in function "cell" that is neither a React function component nor a custom React Hook function. React component names must start...
### TanStack Table version v8.20.5 ### Framework/Library version v18.3.1 ### Describe the bug and the steps to reproduce it [The documentation](https://tanstack.com/table/latest/docs/guide/column-visibility#column-visibility-toggle-apis) points out to write: ``` {table.getAllColumns().map((column) => ( {column.columnDef.header}...
### **What's this PR** https://github.com/TanStack/table/issues/5746 **Enhance the contextDocument assignment logic in the ColumnSizing feature:** - Use provided _contextDocument if available - Fall back to event target's ownerDocument if possible -...
### TanStack Table version v8.20.5 ### Framework/Library version v18.2.0 ### Describe the bug and the steps to reproduce it ### Description The current implementation of the `getResizeHandler` function in the...
In example code, setGlobalFilter function name was missing "r" in the code.
### TanStack Table version v8.20.5 ### Framework/Library version core ### Describe the bug and the steps to reproduce it The following docs are incomplete: 1. docs/guide/expanding.md 2. docs/guide/fuzzy-filtering.md 3. docs/guide/global-faceting.md...
### TanStack Table version v8.17.3 ### Framework/Library version "react": "19.0.0-rc-fb9a90fa48-20240614", ### Describe the bug and the steps to reproduce it **First show page**  After reload  ### Your Minimal,...