Moving TableTools button outside of sDom

Moving TableTools button outside of sDom

koosvdkolkkoosvdkolk Posts: 169Questions: 0Answers: 0
edited June 2013 in General
This post is meant as an addon to http://www.datatables.net/forums/discussion/5395/tabletools-button-location-outside-of-sdom/p1 (which has been closed).

When moving TableTools button outside of the DataTable container, make sure that the has position:relative.

This because the buttons get an DIV-element 'glued' to them, which means that the DIV-element is floating on top of the actual button, catching the mouse events. In case does NOT have position:relative, moving the button would case the glued DIV-element to appear somewhere else on the screen.
This discussion has been closed.