You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrating to ui-grid, it appears to work at first, but if you click on any of the sorting columns the header size increases. Is there a work around for this? Or is my headerTemplate wrong?
Here's my plunker, click on any column header and the header changes size: http://plnkr.co/edit/27PuMj?p=info
The text was updated successfully, but these errors were encountered:
This happens because header cell heights are calculated based off the header height and the calculation expects the only thing in the header to be the cells, which is probably the wrong thing to do.
I would like to create two header rows by using a custom headerTemplate. This is how it was done in ng-grid 2.0: http://plnkr.co/edit/i261iOpP2PdfGgg3C6ng?p=preview
Migrating to ui-grid, it appears to work at first, but if you click on any of the sorting columns the header size increases. Is there a work around for this? Or is my headerTemplate wrong?
Here's my plunker, click on any column header and the header changes size:
http://plnkr.co/edit/27PuMj?p=info
The text was updated successfully, but these errors were encountered: