Hidden cols in combination with Row details

Hidden cols in combination with Row details

cloud19cloud19 Posts: 6Questions: 0Answers: 0
edited March 2010 in General
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?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    It should work fine using aoColumns like that. Are you seeing a Javascript error or anything like that?

    Allan
  • cloud19cloud19 Posts: 6Questions: 0Answers: 0
    im sorry allan. i think i just forgot to clear my cache first.

    thanks by the way for the reply.
This discussion has been closed.