long string get hidden in data table
-
I have table that has long strings to display for few columns. Instead of auto truncating data, which I believe is the default behavior, what are other options like
- auto add cell scroll for long string
- increase cell height to wrap data
- adjustable column width instead of fixed
Basically the view should not truncate any data. If it does, user should have some ability to view full string.
Thanks for the help!