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

Table lose full-width if resize window #20

Open celsomtrindade opened 9 years ago

celsomtrindade commented 9 years ago

I tested it on chrome and firefox.

The table head and body only get the width of it's initial value. For example, if i started with the browser windowed (without full width of screen) and then maximize to fill the screen, the table head/body will not expand to fill the table 100% width.

It stays on the initial size, only resize to full width after page reload

img on windowed mode
img on full width

dsggl commented 9 years ago

This bug appeared in angular 1.4.x versions.

brandonbird commented 9 years ago

This is fixed in my PR #17. It also affects angular 1.3.x.