Bootstrap Integration with Multi-Row Select

Bootstrap Integration with Multi-Row Select

kraftomatickraftomatic Posts: 78Questions: 13Answers: 0
edited July 2012 in General
Has anyone done this with their DataTable? When integrating Bootstrap, it has the default behavior to alternate the row colors for the table, and have a hover-over color change. This is great, but when trying to mix that with a multi-row select, there's a conflict between the two. All I want is the state of the select rows to stay the same when not hovered over. As it is now, only certain rows maintain that.

Thanks.

Replies

  • allanallan Posts: 63,541Questions: 1Answers: 10,476 Site admin
    Try using the latest Bootstrap integration files for DataTables: https://github.com/DataTables/Plugins/tree/master/integration . It has TableTools support and should work just fine with row selection - demo: http://editor.datatables.net/release/DataTables/extras/Editor/examples/bootstrap.html

    Allan
  • kraftomatickraftomatic Posts: 78Questions: 13Answers: 0
    Thanks Allan. Shouldn't I be able to replace the dynamic table data with some sample data within the to see it working locally?

    Thanks.
  • allanallan Posts: 63,541Questions: 1Answers: 10,476 Site admin
    Yes, that should work fine.

    Allan
This discussion has been closed.