Can I disable text-overflow: ellipsis on TableView's Cell? #4418
Answered
by
snowystinger
mathieu-lessard
asked this question in
Q&A
-
I have an input in a table, and when resizing I occasionally can see an ellipsis. https://codesandbox.io/s/react-spectrum-table-ellipsis-6p63m1?file=/src/App.tsx Is there a way to disable the ellipsis? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
snowystinger
Apr 20, 2023
Replies: 1 comment
-
Yes, you can render a div that's full size inside the Cell and just not turn on ellipsis for that. On another note. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mathieu-lessard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can render a div that's full size inside the Cell and just not turn on ellipsis for that.
On another note.
You're going to run into an issue if you put an input in a table currently. We haven't yet developed "edit mode". #2328