Datatable + Datatable Bootstrap + DataTools + sRowSelect Not Working
Datatable + Datatable Bootstrap + DataTools + sRowSelect Not Working
robinagarcia
Posts: 3Questions: 0Answers: 0
Hi,
There's currently a bug i can't narrow down because i'm kinda new in Web Programming.. The problem is that sRowSelect doesn't work with datatable bootstrap enabled. Without it, works as expected.
I Tried:
Boostrap Version 2.3.2
Datatables Version 2.1.6-dev and Stable
Datatable Bootstrap from here [code]https://github.com/DataTables/Plugins/tree/master/integration/bootstrap[/code]
Anyone willing to check that issue? Thanks.
There's currently a bug i can't narrow down because i'm kinda new in Web Programming.. The problem is that sRowSelect doesn't work with datatable bootstrap enabled. Without it, works as expected.
I Tried:
Boostrap Version 2.3.2
Datatables Version 2.1.6-dev and Stable
Datatable Bootstrap from here [code]https://github.com/DataTables/Plugins/tree/master/integration/bootstrap[/code]
Anyone willing to check that issue? Thanks.
This discussion has been closed.
Replies
Sure - link to a test page showing the problem please.
Allan
First: I was importing jquery.datatables.css and the dataTables.bootstrap.css at the same time, that was doing weird coloring in the table when i selected a row.
Second: i rearrenged the includes as this example:
http://editor.datatables.net/release/DataTables/extras/Editor/examples/bootstrap.html
After that, all worked really good. It was my mistake, sorry for wasting your time!. I love this plugin.