jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

Headers and Data Columns width should remain in sync after window resize #6

Closed Xanir closed 10 years ago

Xanir commented 10 years ago

Headers and Data Columns sizes are not equal after making the browser window larger or smaller

element.resize() event is not getting called when the window is resized to the sync is not occuring

jadrake75 commented 10 years ago

We did have the $($window).resize() set. We likely need to set that back. I was trying to resolve the double resize problem, but I now think that was caused by the CSS modification of the TDs in the TRs instead of just the THs

Xanir commented 10 years ago

I plan on trying to replace the THs with divs and then the double resize should not be an issue. The reason for using divs is then we can throw drop target elements between the column headers for D&D reordering. Also the headers should not resize while dragging and then readjust.