Closed LwsBtlr closed 5 years ago
Given this thead in a bootstrap file using sortable:
<thead class="thead-dark"> <tr> <th>Title</th> <th>Year</th> <th data-defaultsort="desc">Score</th> <th data-defaultsort='disabled'>Link</th> <th data-defaultsort='disabled'>Adress</th> </tr> </thead>
When you hover over the columns that are sortable (Title and Year and Score) the text vanishes.
what classes do you have on the table? I couldn't reproduce this issue in my demo, when I just added the class to <thead>
<thead>
Given this thead in a bootstrap file using sortable:
When you hover over the columns that are sortable (Title and Year and Score) the text vanishes.