cancel
Showing results for 
Search instead for 
Did you mean: 

Display Table

former_member210621
Participant
0 Kudos

Hi,

     If I bind any node with the table, it will display data in the table and will occupy space according to the length defined in that data element.

So to view details of column from right side I have to scroll the web page to the right side.

How can I display details in the table in specific area and scroll bar will display below that table itself not on the web page.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ketan,

Use the scroll container to achieve this. Add a scroll container to the layout and then add the table in which you want to show the data to that scroll container. Set the width of the scroll container according to your requirement.

Regards,

Fareez

vickyokrm
Participant
0 Kudos

Hi,

Try declaring the size and width of the table and its column in the view.i hope this solve your issue.

Thanks,

Vignesh.

Sharathmg
Active Contributor
0 Kudos

The scroll container should solver your issue. Also, change the table paroperty to fixed layout and set wrappign as true for the text field columns. This way, the table will not expand much.

Regards,

Sharath