AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Sort icon not visible when text overflows in th #2124

Closed ravibugude closed 3 years ago

ravibugude commented 3 years ago

When the text in the table header "th" overflows it showing ellipsis for the overflown text and due to this the sort icons are not be visible to the user. image

But instead of the that can we assign ellipsis for the column name so that the sort icon will be visible in the column as shown in the below image image

Only the column should be considered in the overflown text and the sort icons should be visible for the user. I'm using react bootstrap table