Is there any way to styling bootstrap table with the method like 'hover' class?

Is there any way to styling bootstrap table with the method like 'hover' class?

changchang Posts: 2Questions: 1Answers: 0

I have used DataTables with the Bootstrap Style.

After I looked the example "Base style - hover", I have tried to add 'hover' class on the table in order to highlight a row when the mouse is hovered over it..

But it did not work.

I found there is no part for using 'hover' class in dataTables.bootstrap.css unlike jquery.dataTables.css.

Is there any method which has the same result with 'hover' class?

Answers

  • changchang Posts: 2Questions: 1Answers: 0

    I found 'table-hover' class have the same effect with 'hover' class

This discussion has been closed.