TableTools with Bootstrap 3
TableTools with Bootstrap 3
dnid
Posts: 2Questions: 0Answers: 0
I had a problem with the info popups not appearing when copy or print buttons were clicked. Everything else seemed to work using your latest bootstrap3 .js and .css files, editor and dataTables code. I finally got it all working by removing the following lines near the end of "dataTables.bootstrap.js":
[code]
"print": {
"info": "DTTT_print_info modal"
},
[/code]
This code seems to conflict with something in TableTools.js, which has to be included before dataTables.bootstrap.js.
Hope this helps someone.
[code]
"print": {
"info": "DTTT_print_info modal"
},
[/code]
This code seems to conflict with something in TableTools.js, which has to be included before dataTables.bootstrap.js.
Hope this helps someone.
This discussion has been closed.
Replies
Allan
Thanks
Regards,
241