I was having some issues with the "copy" and "print" modal not appearing when using Bootstrap 3. It seems there were some changes made to modal in 3 that conflict. Unfortunately the examples section on the official website is broken: https://datatables.net/release-datatables/extensions/TableTools/examples/bootstrap.html But I made this plunker: http://plnkr.co/edit/HuOy77MurrLcE3g8ECUj?p=preview I don't like modifying the source, so I'm just extending the DataTable.TableTools.classes and the info box now works. I'm not sure if removing "modal" is the correct bootstrappy solution, but it was easier for me to overwrite than the javascript. The correct solution might be in the fading work done here: https://github.com/DataTables/TableTools/blob/master/js/dataTables.tableTools.js but I'm not sure.pull/80/head
parent
1d6836cd79
commit
281b6ca853
Loading…
Reference in new issue