How to Add 50 columns in data grid ?

Confluence User - 08 Jun, 2019

 

How to show 50 plus column in an advance grid ?

Can there be scroll bar ? I do not see the Control ?

Is There an Alternative to creating scroll bar?

Can we have something like this 

 

Advance Grid Table 1

C1 C2 C3 ... C15

Advance Grid Table 1

C1 C16 c17 c18 ,,, C30

Where C1 is the ID

datalists;userviews

1


10 Jun, 2019
confluenceUser
confluenceUser

Hi, you can use some custom CSS to set a fixed or maximum width and overflow:auto to display a scrollbar. Use your browser developer tool to identify the html element id required. Having 50 columns in a grid does not seem to be a good idea UI wise though, perhaps you should only show certain columns and only show another form with details upon selection.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print