Dear Community,
i have reached the limit of about 100 Columns that are displayed in a Datatable, but i would like to show more. Is there a way to maximise the number of Columns that are displayed in the Data Table?
I would be thankful for your help.
Best wishes,
Phil
Solved! Go to Solution.
Hi,
It's not possible, to my knowledge, to increase the maximum allowed columns in a datatable as that is a control-specified limit.
What I would do instead is to split your datatable into two tables, one with half of the columns, the other with the rest, then have a button/toggle/slider to switch between the two. I would keep a reference column like Name or some other unique identifier as the first column, then split the remaining columns between a few datatables that become visible conditionally.
Cheers,
Sancho
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
Hi,
It's not possible, to my knowledge, to increase the maximum allowed columns in a datatable as that is a control-specified limit.
What I would do instead is to split your datatable into two tables, one with half of the columns, the other with the rest, then have a button/toggle/slider to switch between the two. I would keep a reference column like Name or some other unique identifier as the first column, then split the remaining columns between a few datatables that become visible conditionally.
Cheers,
Sancho
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
@Phil_Thurner It is a default limit on data table.
I don't think it is possible to maximise the number of Columns that are displayed in the Data Table
Please click Accept as solution & 👍 if my answer helped you to solve your issue. This will help others to find the correct solution easily. If the answer was useful in other ways, please consider giving it 👍
Best Regards,
Ganesh Sanap
Thank you for your quick answers!
User | Count |
---|---|
247 | |
105 | |
82 | |
50 | |
43 |