Hidden cols in combination with Row details
Hidden cols in combination with Row details
Hi allan,
I'm having a problem combining this two function. I have 6 colums. The last two of it is hidden, and since I also have row details my table looks like something like this,
"aoColumns": [{ "sClass": "center", "bSortable": false }, null, null,
null, null, { "bSearchable": false,
"bVisible": false }, { "bSearchable": false, "bVisible": false }]
its not giving me the table as expected. it removes totally all the datatables functionalities i have. I'm not sure where the issue lies.
is it not possible to have this 2 functionalities combined?
I'm having a problem combining this two function. I have 6 colums. The last two of it is hidden, and since I also have row details my table looks like something like this,
"aoColumns": [{ "sClass": "center", "bSortable": false }, null, null,
null, null, { "bSearchable": false,
"bVisible": false }, { "bSearchable": false, "bVisible": false }]
its not giving me the table as expected. it removes totally all the datatables functionalities i have. I'm not sure where the issue lies.
is it not possible to have this 2 functionalities combined?
This discussion has been closed.
Replies
Allan
thanks by the way for the reply.