Select multiple rows not working with Bootstap 3
Select multiple rows not working with Bootstap 3
Hello,
As given in this example(http://datatables.net/release-datatables/extras/TableTools/select_multi.html), "multi" select rows works only on click of those two buttons but not on clicking the rows individually on my local machine.I have incuded the latest bootstrap (JS and CSS) from Github and they are working lik charm except this one.Could any one suggest me what to do?
As given in this example(http://datatables.net/release-datatables/extras/TableTools/select_multi.html), "multi" select rows works only on click of those two buttons but not on clicking the rows individually on my local machine.I have incuded the latest bootstrap (JS and CSS) from Github and they are working lik charm except this one.Could any one suggest me what to do?
This discussion has been closed.
Replies
Allan
I really don't know how to include those css/javascript files from datatables as well as bootstrap in Js bin or livedatatables
It works when SELECT ALL/DESELECT ALL buttons are clicked but doesn't do anything when rows are clicked.I downloaded the CSS files from (https://github.com/DataTables/Plugins/tree/master/integration/bootstrap/3)
Allan
Allan
Any CSS would u like me to add or make some other changes ??
Now I have included the "fnGetColumnData.js" which am using on my local machine to provide a filter on every column through a Select Box.And now it again got stuck.Here the link(http://live.datatables.net/ukacim/9/edit)
Copy and paste them on to your own server :-).
The column function isn't returning data when you run it since the data hasn't been loaded then. Use the fnInitComplete function.
Allan
Finally I caught the mistake.I was using a earlier TableToo.js file. Now I have shifted to TableTools.min.js 2.1.5 and On click is working .
Thanks a lot
Allan
Link it to my page in the sense ??? I had but how do I link to the files (JS/CSS) that are on my server so I used CDN for that.This things always confuses me.