DataTables / TableTools

Please note that TableTools has now been retired and replaced by the Buttons and Select extensions which offers significant improvements and API integration with the rest of DataTables and the other extensions.
http://datatables.net/
Other
237 stars 149 forks source link

Add z-index property to print info message #88

Closed alesnav closed 9 years ago

alesnav commented 9 years ago

It is neccesary to add z-index property to DTTT_print_info class because otherwise it is shown behind an element when working with, for example, jquery-ui dialog.

DataTables commented 9 years ago

Thanks :-)

I've used a z-index of 2001 for consistency with the rest of the stylesheet, but that should still do the job nicely in most cases!

alesnav commented 9 years ago

Ok, no problem. In my test case, jquery-ui dialog has 101 as z-index. Thanks!