Column quantity limit on IE7
Column quantity limit on IE7
Federico
Posts: 1Questions: 0Answers: 0
Hi,
I'm working with datatables 1.6.2 to deploy a server-side data table with 47 columns, but I found that the datatable don't handles more than 27 columns when i try to load the page on Internet Explorer 7.
If I set 28 or more columns on the initialization, the request is not even sent to server, but if I delete a column (any column) from the initialization and let it on 27 or less columns, the request is sent to server correctly.
On Firefox, the table is fully deployed correctly with all the columns that I need, so, the problem is only on IE.
I'm working with datatables 1.6.2 to deploy a server-side data table with 47 columns, but I found that the datatable don't handles more than 27 columns when i try to load the page on Internet Explorer 7.
If I set 28 or more columns on the initialization, the request is not even sent to server, but if I delete a column (any column) from the initialization and let it on 27 or less columns, the request is sent to server correctly.
On Firefox, the table is fully deployed correctly with all the columns that I need, so, the problem is only on IE.
This discussion has been closed.
Replies
Allan
fixed by implementing suggested POST type.
Craig Lotter