feat(AnalyticalTable): introduce experimental useStickyColumns plugin hook - #8892
Open
Lukas742 wants to merge 45 commits into
Open
feat(AnalyticalTable): introduce experimental useStickyColumns plugin hook#8892Lukas742 wants to merge 45 commits into
useStickyColumns plugin hook#8892Lukas742 wants to merge 45 commits into
Conversation
- Move useStickyColumns out of default useTable chain into AnalyticalTableHooks namespace; opt in via tableHooks prop - Guard rangeExtractor: only active when sticky columns exist - Add stickyStartIndices/totalStickyStartWidth to TableInstance type - Add @experimental JSDoc on hook and column.sticky property - Add overscroll-behavior-x:none to suppress horizontal bounce - TODO note on drag-and-drop boundary handling for sticky columns
…or sticky columns
…ith sticky columns
# Conflicts: # packages/main/src/components/AnalyticalTable/AnalyticalTable.cy.tsx # packages/main/src/components/AnalyticalTable/AnalyticalTable.module.css # packages/main/src/components/AnalyticalTable/TableBody/VirtualTableBodyContainer.tsx # packages/main/src/components/AnalyticalTable/hooks/useDragAndDrop.ts # packages/main/src/components/AnalyticalTable/index.tsx
Contributor
|
Size Change: +7.9 kB (+1.49%) Total Size: 537 kB 📦 View Changed
ℹ️ View Unchanged
|
Coverage Report for CI Build 33511127576Coverage increased (+0.8%) to 86.576%Details
Uncovered Changes
Coverage Regressions21 previously-covered lines in 6 files lost coverage. Coverage Stats💛 - Coveralls |
Currently not required - reset to initial state can be achieved by setting the state to the initial value
# Conflicts: # packages/main/src/components/AnalyticalTable/index.tsx
…p on classic scrollbars
…mode after data swaps
…id width-based flicker
…idth distribution; add auto-disable hysteresis
Lukas742
marked this pull request as ready for review
September 1, 2026 13:59
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.
No description provided.