How to display more than 10 column in datatable.
How to display more than 10 column in datatable.
testUser27
Posts: 3Questions: 0Answers: 0
I am using datatable.net but it supports max 10 column including hidden column. Any one can help me to suggest a way to display more than 10 column on my UI page.
This discussion has been closed.
Replies
Where did you get that idea from? DataTables supports any number of columns.
I did not get from any where it comes into my requirement. so there is no way to show more than 10 column.
DataTables will allow you to have as many columns as you want - I'm looking at one right now showing 15 columns.. If there are too many, or they are too wide, then you will get a scrollbar. If that's not acceptable then you can try using the Responsive extension that will move the extra columns into 'details' child rows.
Is it supported by free version or paid version. I am using free version so when I add more than 10 column that time it shows me java script exception message for number of column length.
Same problem for me, more than 6 does not work.
I found the answer, use scrollx option.