How to use datatables with x-Editable for Bootstrap

How to use datatables with x-Editable for Bootstrap

sonnypsonnyp Posts: 3Questions: 2Answers: 0

Hey,

I have some trouble with my datatables. At this time it is client-side processed. My table has approx 2200 rows with 85 columns.
The problem is, that I get just a white page, when I try to load 85 columns. Using just 60 columns gives me the full data without any problems. Does datatable has a maximum cell amount or so?

http://jsfiddle.net/zwLamcno/

I am used to use to use the x-Editable Plugin for bootstrap. I never tried server-side processing. This might be helpful?
How can I add the data-* attributes to the Ajax response if I'm using server-side processing?

Thanks for your help in advance.

This discussion has been closed.