table
table copied to clipboard
🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
### Describe the bug Dropdown in header fires the sorting fn. When i press on the header and show the dropdown nothing happens and when i dismiss it also nothing...
…y as readonly Fixes #3648
With this pr i'm fixing the failing build for #5432. I'm also adding the remaining examples and ultimating the proxy implementation which it has been simplified and seems to work...
### TanStack Table version v8.15.3 ### Framework/Library version Qwik 1.4.5 ### Describe the bug and the steps to reproduce it Tried using `@tanstack/qwik-table` in my hobby Qwik/Qwik City project. Vite...
hi, 1. when i enter to [Columns Guide](https://tanstack.com/table/latest/docs/guide/column-defs), i found that links of `header groups`, `headers`, `footers` returns 404. so i fixed it. 2. remove unnecessary title inside [Headers Guide](https://tanstack.com/table/latest/docs/guide/headers).
### TanStack Table version v8.11.3 ### Framework/Library version React v18 ### Describe the bug and the steps to reproduce it 1) Add more columns to a table (with column resizing...
### TanStack Table version n/a ### Framework/Library version n/a ### Describe the bug and the steps to reproduce it 1. Navigate to https://tanstack.com/table/latest EXPECTED: It renders ACTUAL: it doesn't render...
I recently used table-core to complete a virtual table. I rendered it with a dataset of 1000*1000, and found that the memory usage of table-core was unreasonably high. Since no...
Had issues with the qwik examples etc... things just didn't really work at all, and it seems like unnecessary processing is being done in the lib.. In anycase, I decided...
Overhauls the Svelte adapter so that it's compatible with Svelte 5. Some overview of the work that was done: - All dependencies on `svelte/internal` are removed. - `createSvelteTable` now returns...