TableTools with Bootstrap 3

TableTools with Bootstrap 3

dniddnid Posts: 2Questions: 0Answers: 0
edited October 2013 in TableTools
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.

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Thanks for this - I'll integrate this into my files when I get back to the office on Monday.

    Allan
  • amey1309amey1309 Posts: 28Questions: 0Answers: 0
    @dnid- Hello Could you please tell me how you have initiated table tool and select multiple rows for Bootstrap 3.Mine is not working.You you post the code that'll be helpful

    Thanks
  • 241241 Posts: 2Questions: 0Answers: 0
    Thanks so much. You solved a big problem for me.

    Regards,
    241
This discussion has been closed.