feat(virtual-table): headless-core + compound-skin VirtualTable (F3-A2 design-study)#4742
Closed
gethinwebster wants to merge 1 commit into
Closed
feat(virtual-table): headless-core + compound-skin VirtualTable (F3-A2 design-study)#4742gethinwebster wants to merge 1 commit into
gethinwebster wants to merge 1 commit 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.
Member
Author
|
Superseded by #4753 (dev-v3-gethinw-virtualtable-* branch): same Headless (F3-A2) design cell, reworked with Table-matched default styling + the P6 fix pass (bounded-viewport windowing, row-height clamp, disclosure glyph, focus-gated active outline). Closing this earlier design-study PR in favour of #4753. |
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
Additive, virtualization-first
VirtualTablecomponent (coexists withTable; not a rewrite). This PR is the F3-A2 cell of a VirtualTable design study: a headlessuseVirtualGridcore (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 rather than authoring its own.What it does
autorows + expanded regions are measured; anchor-based offset correction).<VirtualTable.ExpandedContent>child — valid grid-child a11y (realrole=row→ full-widthrole=gridcell→ labeledrole=region,aria-expanded/aria-controls, Tab-in/Escape-out), measured variable expanded-row heights under windowing.aria-rowcount/aria-rowindex+ materialised disclosure column +aria-colcount/aria-colindexcoherence under windowing.pages/virtual-table/).Testing
npm run buildgreen.npm run lint(eslint + stylelint + prettier) green (0 errors).Human-gated (out of scope for this draft)
aria-livenode prefers the internalLiveRegioncomponent (follow-up).