Hiding a lot of data messing layout

Hiding a lot of data messing layout

dadaemondadaemon Posts: 2Questions: 0Answers: 0
edited February 2010 in General
Hello all,

I've got a table with a lot of data. This data is later used for showing extra information about the row. (Example used from "DataTables hidden row details example") Now I'm showing seven and hiding eight columns but it messes my layout of the table.

It now shows an empty "column" at the right of my table. Has anyone seen this too and have a fix for it?

Thanks in advance!

Replies

  • allanallan Posts: 63,530Questions: 1Answers: 10,473 Site admin
    Nope not come across this problem. Does your aoColumns array have the right number of entries in it? It sounds like you might be missing one?

    Allan
  • dadaemondadaemon Posts: 2Questions: 0Answers: 0
    edited February 2010
    Thanks for your reply Allan. But the aoColumns array is filled with the right entries. (If not, tested it, it gives me an alert that I dont have the right number of TD elements :)

    After some testing I see that it has to do with the CSS. If I don't use it then it shows "correct." (Correct in the way that the empty column isn't showing.)

    Will troubleshoot further...

    Edit: Found the problem. It was something I did wrong. Will start a new discussion on that one :)
This discussion has been closed.