feat(AnalyticalTable): introduce experimental useStickyColumns plugin hook - #8892
Merged
Merged
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: +8.08 kB (+1.52%) Total Size: 539 kB 📦 View Changed
ℹ️ View Unchanged
|
Coverage Report for CI Build 35835966761Coverage increased (+0.02%) to 85.734%Details
Uncovered Changes
Coverage RegressionsNo coverage regressions found. Coverage Stats💛 - Coveralls |
# 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
1 task
Merged
Lukas742
pushed a commit
that referenced
this pull request
Sep 23, 2026
🤖 I have created a release *beep* *boop* --- ## [2.27.0](v2.26.3...v2.27.0) (2026-09-23) ### Features * **AnalyticalTable:** introduce experimental `useStickyColumns` plugin hook ([#8892](#8892)) ([5be7093](5be7093)), closes [#566](#566) * update to UI5 Web Components 2.27.0 ([#8988](#8988)) ([20bbace](20bbace)) ### Bug Fixes * **AnalyticalTable:** aggregate grouped columns on ancestor group rows ([#8947](#8947)) ([826282d](826282d)), closes [#8060](#8060) * **ObjectPage:** remove top-spacer whitespace on IconTabBar tab switch ([#8983](#8983)) ([881c57c](881c57c)), closes [#8974](#8974) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Contributor
|
🎉 This PR is included in version v2.27.0 🎉 The release is available on v2.27.0 Your semantic-release bot 📦🚀 |
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.
Closes #566