feat: VirtualTable (composable / F1-A2) P5 default styling matches Cloudscape Table#4748
Draft
gethinwebster wants to merge 2 commits into
Draft
feat: VirtualTable (composable / F1-A2) P5 default styling matches Cloudscape Table#4748gethinwebster wants to merge 2 commits into
gethinwebster wants to merge 2 commits into
Conversation
…dy cell F1-A2) Additive, virtualization-first compound table (VirtualTable.Root/Header/ HeaderCell/Body/Row/Cell/ExpandedContent) with arbitrary non-tabular row expansion (R-EXPAND), measured variable row + expanded-row heights, live tail, per-column sort, and a CloudWatch Logs Insights demo (standard + patterns + raw views). Unit + a11y tests and usage docs included. Build/lint/tests green. Draft design-study PR; official Cloudscape API review + design/release sign-off remain human-gated.
…use Table tokens, native scrollbar) Reuse existing Table design tokens for the compound VirtualTable so it visually matches the default Cloudscape Table (header treatment, per-row dividers, density, selected-row hook, sticky header, single-line truncate + opt-in wrap, expanded region as a detail panel). No custom scrollbar (native overflow only). No always-on row hover (matches Table default). P5 rework thread F1-A2 (Composable). Branch dev-v3-* mirrors into Brazil.
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
P5 rework of the composable (F1-A2) VirtualTable prototype on the Brazil-mirrored
dev-v3-gethinw-virtualtable-composablebranch.Tableby reusing Table's own design tokens (header surface + thead divider, column-header typography, per-row divider, selected-row surface, sticky-header look, default single-line truncate = TablewrapLines=false+ opt-in.cell-wrap). No always-on row-hover surface (Table has no default general row hover).::-webkit-scrollbar/ overlay / synthetic scrollbar.dev-v3-*branch prefix so it mirrors into the internal Brazil AwsUi-v3.Local gates green:
npm run build(exit 0), fullnpm run lint(0 errors), unit + a11y tests (4 suites / 56 tests).Supersedes
This supersedes the P4 draft PR #4739 (head
virtualtable-F1-A2) — a GitHub PR head branch cannot be repointed, so #4739 can be closed as superseded.Human-gated (out of scope)
aria-livenode -> internalLiveRegiondocumenter follow-up