daniel-nagy / fixed-table-header

Fixed table header directive.
MIT License
88 stars 36 forks source link

Cannot use jQuery resize event to resize on ngShow. #24

Open sn0wmatt opened 7 years ago

sn0wmatt commented 7 years ago

We have an issue where we have several uibTabs that use ngHide and ngShow to display content. When the content is hidden and displayed again, the header column widths are set to their default. The only way to fix this is with native javascript events which differs from our use of jQuery events. Is there a way to fix this or do we just keep using native JS?