DataTables logo DataTables

via Ad Packs
Disabbling bProcessing messes up table position
  • renevanhrenevanh
    Posts: 9
    When I disable bProcessing, the position of the table will not stay the same in FireFox 13.0.1
    This seems to be a result of the non-existence of the dataTables_processing div.
    It works fine in Chrome and IE9 though.

    I do have a rather complex CSS and layout, but that doesn't seem to be causing trouble in this case.
    The table.display container is simply not pushed down by the dataTables_processing div and shows up next to the .dataTables_length container instead of underneath it.

    Anyone know this problem and knows how to solve it?
  • allanallan
    Posts: 15,859
    At a guess try adding:

    table.dataTable { clear: both }
    

    to your CSS. If it isn't that - then we'd need a link to a page showing the problem.

    Allan
  • renevanhrenevanh
    Posts: 9
    Did the trick, thanks!
  • allanallan
    Posts: 15,859
    Excellent :-).
This discussion has been closed.
← All Discussions

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Support

Get useful and friendly help straight from the source.

In this Discussion