components
components copied to clipboard
feat: Support percentage widths in resizable table columns
Description
Support percentage (rather than pixel) widths in resizable table columns, so that more responsive table layouts can be created.
Related links, issue #, if available: AWSUI-22206
How has this been tested?
New integ tests. Will add screenshot tests post-release.
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
- Changes include appropriate documentation updates.
-
Changes are backward-compatible if not indicated, see
CONTRIBUTING.md
. -
Changes do not include unsupported browser features, see
CONTRIBUTING.md
. - Changes were manually tested for accessibility, see accessibility guidelines.
Security
-
If the code handles URLs: all URLs are validated through the
checkSafeUrl
function.
Testing
- Changes are covered with new/existing unit tests?
- Changes are covered with new/existing integration tests?
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.