Hiding a lot of data messing layout
Hiding a lot of data messing layout
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!
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!
This discussion has been closed.
Replies
Allan
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 :)