feat: VirtualTable (headless / F3-A2) P5 default styling matches Cloudscape Table#4753
Draft
gethinwebster wants to merge 5 commits into
Draft
feat: VirtualTable (headless / F3-A2) P5 default styling matches Cloudscape Table#4753gethinwebster wants to merge 5 commits into
gethinwebster wants to merge 5 commits into
Conversation
Adds an additive, virtualization-first VirtualTable as a headless useVirtualGrid core (windowing, opt-in per-row + expanded-row measurement, coherent full-dataset grid a11y, roving active-descendant focus, arbitrary non-tabular row expansion, live-append) with a thin compound Cloudscape skin (Root/Header/HeaderCell/Body/Row/Cell/ExpandedContent) that spreads the core's roles/ARIA. Implements the CloudWatch Logs Insights standard + patterns views and the raw/file surface. One of several design-study framing/approach cells; final API subject to team review.
…row-height clamp, disclosure glyph, focus-gated active outline, Table density
…e contrast + regenerate documenter snapshot
…olumns; reuse ExpandToggleButton for disclosure + visible Table-style resize handle
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.
VirtualTable (headless / F3-A2) — P5 default styling rework
Design-study prototype thread F3-A2 (headless
useVirtualGridcore + compound Cloudscape skin). This P5 rework brings the prototype to default visual parity with the existing CloudscapeTable, on the Brazil-mirroreddev-v3-gethinw-virtualtable-headlessbranch.What changed (P5 rework)
Tableby reusing Table design tokens / existing Table styles: borders, header treatment, row height/density, hover + selected state hooks, sticky-header look, wrapping (single-line truncate by default =wrapLines=false, opt-in.cell-wrap). No look reinvented.::-webkit-scrollbar, no overlay/synthetic scrollbar; the virtualization viewport scrolls natively.styles.scss; the headlessuseVirtualGridcore carries no CSS.Local gates (green)
npm run buildexit 0 · fullnpm run lint0 errors ·jest virtual-tablesuites green.Supersedes
Supersedes the P4 draft PR #4742 (a GitHub PR head branch cannot be repointed onto a new branch).
Human-gated (out of scope for this automated rework)