what is the maximum column that can be created with datatables
what is the maximum column that can be created with datatables
muriyah
Posts: 1Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
There's no fixed maximum, as it also depends on the data being rendered and what the browser can handle. I've seen table with hundreds of columns, so it's probably just best to play and see how the performance is for your data.
This section of the FAQ should help, it discusses various techniques to improve performance if the width/depth gets too high,
Colin