fixedColumns with inline-block
fixedColumns with inline-block
eastofthesun
Posts: 12Questions: 4Answers: 0
Hi
I seem to have a problem with fixedcolumns...I would like to have the table only displayed as wide as necessary, I therefor use a div wrapper for the table:
<
div style="display:inline-block">
but this will make the fixedcolumns not to work:
http://live.datatables.net/feqinuwe/1/edit
anyone has any idea how to get around this?
thanks in advance
This discussion has been closed.
Answers
Unfortunately this isn't currently possible - but it is something I cam actively looking at adding an option for. At the moment if scrolling is enabled it is always 100% width, but I plan to add an option to allow it to collapse.
Allan