How to display more than 10 column in datatable.

How to display more than 10 column in datatable.

testUser27testUser27 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.

Replies

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    it supports max 10 column

    Where did you get that idea from? DataTables supports any number of columns.

  • testUser27testUser27 Posts: 3Questions: 0Answers: 0

    I did not get from any where it comes into my requirement. so there is no way to show more than 10 column.

  • john_ljohn_l Posts: 45Questions: 0Answers: 12

    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.

  • testUser27testUser27 Posts: 3Questions: 0Answers: 0

    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.

  • ALAIN971ALAIN971 Posts: 5Questions: 1Answers: 0

    Same problem for me, more than 6 does not work.

  • ALAIN971ALAIN971 Posts: 5Questions: 1Answers: 0

    I found the answer, use scrollx option.

This discussion has been closed.