Datatable + Datatable Bootstrap + DataTools + sRowSelect Not Working

Datatable + Datatable Bootstrap + DataTools + sRowSelect Not Working

robinagarciarobinagarcia Posts: 3Questions: 0Answers: 0
edited June 2013 in TableTools
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.

Replies

  • allanallan Posts: 61,686Questions: 1Answers: 10,100 Site admin
    > Anyone willing to check that issue? Thanks.

    Sure - link to a test page showing the problem please.

    Allan
  • robinagarciarobinagarcia Posts: 3Questions: 0Answers: 0
    Thank you so much allan for trying to help me. I could fix the problem watching few examples.

    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.
This discussion has been closed.