In my JSF application I need to have hx:datatableEx
table component with horizontal scroll bar.
Why it's required:
Row text must not wrap into next line.(Must be displayed in single line).
If text in the row grows more than table column size or table size, then add a scroll bar to the table for rendering complete text instead of hiding overflown text.
Following Image describes the same problem.
In picture you can see the vertical scroll bar because datatable height exceeds.
You can also see how text of the attribute Details column(Last column) is hiding when text is more than table or column width with no horizontal scroll bar to view the hidden text.
Please help me to get it done.
Thank you
Nagesh.N