cornflourblue / angu-fixed-header-table

AngularJS fixed header scrollable table directive
http://pointblankdevelopment.com.au/blog/angularjs-fixed-header-scrollable-table-directive
MIT License
67 stars 43 forks source link

Header is not working with "white-space: nowrap" on tbodys td #36

Open Sadi-1992 opened 6 years ago

Sadi-1992 commented 6 years ago

I found out that the Header loses the "width layout", if i set white-space: nowrap; to tbodys td-tag

Plunker: http://plnkr.co/edit/SMMZZYkpm5JQ63H8fWYo?p=preview

Sadi-1992 commented 6 years ago

Got that fixed by checking if the td is greater then the th and always using the greater offsetWidth.

https://github.com/Sadi-1992/angu-fixed-header-table