jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

Fix handling of column-menu and firefox issues #58

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

Fix the handling of column-menu whereby there were multiple copies of the menu in the DOM. Now only one exists and it will self-deregister upon hide().

Also attempt to resolve the firefox issue with hidden columns taking up calculated space in TDs even though not visible.

Fixes #57