Row Details with Bootstrap Support
Row Details with Bootstrap Support
Schmakus
Posts: 15Questions: 10Answers: 0
Hi, I use the bootstrap framework. If I create detailed rows, there's no "plus" or "minus" symbol at the first column. I want to use the bootstrap glyphicons but I doesn't know how!
Who could help me?
This discussion has been closed.
Answers
The first issue sounds like your images aren't being called - take a look at the example page and note the paths to the images in the CSS tab: http://datatables.net/examples/api/row_details.html
There, the CSS is setting the background of the TD to the image - you could try instead of it setting it as an image, using CSS
:before
attributes to put a specific glyphicon in place.