alalonde / angular-scrollable-table

A fixed header table directive for AngularJS
MIT License
68 stars 48 forks source link

th without text -> glyphicon icon in bootstrap ui #17

Closed zualexander closed 10 years ago

zualexander commented 10 years ago

hello, i'm using normal text in my headers in the. but a few columns has none text in the header. they have a glyphicon from bootstrap 3.x in it. so this column should not be sortable -> because of this, i don't give them the attribute . when i do this, the header has no border on left-side because only .box has a border. no sortable-header -> no box -> no border.

hope i could help you.

br alex

alalonde commented 10 years ago

Yes, it appears that non sortable headers do not have a left border or padding.

alalonde commented 10 years ago

Fixed.