Vertical scroll bar in perspective Table

Hello Folks,
i have table with one column which data length is longer than table & and i had enabled the table style overflowX as scroll but it's not working.

please suggest...


image

Did you add any styling to the row, cell or bodyStyle objects? For instance, do you have a property

white-space: nowrap

set on the bodyStyle.style object? A default table will usually wrap long text so that you can see it without scrolling horizontally.

Any other info you can provide about how this table is different from the default on from the Palette would be helpful.

@YF129701 yes, i have added nowrap style in rows and bodystyle with border & outline


Do you need to display such a long string inside of that column?

Typically if I have extensive data to present to a user I will use a subview to explain some of the information such as this example:

May not work in your requirements, but sometimes it is easier to try and present data in a different way. It may be easier as well to make the subview component scrollable rather than the table to have auto sized columns.

@Benjamin_Furlani thanks for the info will use this in my other requirements.

1 Like

I think that in your original post you mean "which data length is wider than the column width".

it was typo i meant Column data length