Skip to content

Fix table column resizing issue#988

Merged
kmcginnes merged 2 commits intoaws:mainfrom
kmcginnes:fix-table-resizing
Jun 9, 2025
Merged

Fix table column resizing issue#988
kmcginnes merged 2 commits intoaws:mainfrom
kmcginnes:fix-table-resizing

Conversation

@kmcginnes
Copy link
Collaborator

@kmcginnes kmcginnes commented Jun 8, 2025

Description

It seems the React Compiler does not play nice with React Table column resizing. Disabling the React Compiler for that component seems to work just fine.

This also seems to fix the selection issue in the table.

Validation

  • Verified columns resize properly
  • Verified sorting/filter work
  • Verified selection works
  • Verified hide/show toggle works

Related Issues

Check List

  • I confirm that my contribution is made under the terms of the Apache 2.0
    license.
  • I have run pnpm checks to ensure code compiles and meets standards.
  • I have run pnpm test to check if all tests are passing.
  • I have covered new added functionality with unit tests if necessary.
  • I have added an entry in the Changelog.md.

@kmcginnes kmcginnes marked this pull request as ready for review June 8, 2025 00:57
Cole-Greer
Cole-Greer previously approved these changes Jun 9, 2025
@kmcginnes kmcginnes force-pushed the fix-table-resizing branch from fd1fd89 to d8825a5 Compare June 9, 2025 19:31
@kmcginnes kmcginnes merged commit 5ee1b4b into aws:main Jun 9, 2025
2 checks passed
@kmcginnes kmcginnes deleted the fix-table-resizing branch June 9, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resizing table columns only affects header Selection in table is broken

2 participants