feat(AnalyticalTable): introduce experimental useStickyColumns plugin hook - #8892
Draft
Lukas742 wants to merge 35 commits into
Draft
feat(AnalyticalTable): introduce experimental useStickyColumns plugin hook#8892Lukas742 wants to merge 35 commits into
useStickyColumns plugin hook#8892Lukas742 wants to merge 35 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.75 kB (+1.48%) Total Size: 533 kB 📦 View Changed
ℹ️ View Unchanged
|
Coverage Report for CI Build 32489001774Coverage increased (+0.04%) to 85.787%Details
Uncovered Changes
Coverage RegressionsNo coverage regressions found. Coverage Stats💛 - Coveralls |
Currently not required - reset to initial state can be achieved by setting the state to the initial value
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.