feat: add grouped column headers - #1
Merged
Merged
Conversation
added 30 commits
August 8, 2026 23:54
# Conflicts: # src/core/data-table/create-data-table.tsx # src/core/data-table/use-data-table-columns.tsx
# Conflicts: # src/core/data-table/create-data-table.tsx # src/core/data-table/data-table-body-row.tsx # src/core/data-table/data-table-table-panel.tsx # src/core/data-table/use-data-table-columns.tsx # src/core/data-table/use-data-table-instance.ts
# Conflicts: # src/core/data-table/data-table-body-row.tsx
# Conflicts: # src/core/data-table/data-table-virtual-table-panel.tsx
added 11 commits
August 9, 2026 02:29
# Conflicts: # src/core/data-table/create-data-table.tsx
# Conflicts: # demo/src/DemoApp.tsx
Dastari
marked this pull request as ready for review
August 9, 2026 03:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Grouped headers previously relied on incidental TanStack rendering while wrapper features assumed every top-level definition was a leaf. This makes grouping a supported public API and keeps existing data-table features consistent for nested columns.
Validation
Environment limitation
The Playwright browser suite could not launch in this host because the Chromium libnspr4.so dependency is unavailable. No browser test body ran; the browser checks should run normally in CI.