Resizing with Hidden Header #4494
Answered
by
snowystinger
mathieu-lessard
asked this question in
Q&A
-
Hi there, I have a resizable column with an action button column with a hidden header. https://codesandbox.io/s/react-spectrum-table-resize-w-hidden-column-jgdfvn?file=/src/App.js The resize controls feels like they are in the wrong place, and should be to the right of the hidden header. Is there a way to change this? |
Beta Was this translation helpful? Give feedback.
Answered by
snowystinger
May 8, 2023
Replies: 1 comment 3 replies
-
Yep, we no longer recommend using the hidden headers for this reason and purpose. Instead, you can do something like this https://codesandbox.io/s/table-col-resize-items-in-single-cell-forked-sbkcpk?file=/src/App.js |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mathieu-lessard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, we no longer recommend using the hidden headers for this reason and purpose. Instead, you can do something like this https://codesandbox.io/s/table-col-resize-items-in-single-cell-forked-sbkcpk?file=/src/App.js