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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
If I change the object bound to the sky-grid-column-header's input I would expect the header to update to reflect that.
Actual behavior
The header does not update if the input is updated. This is important with the localization features as the column does not update if heading is bound to something being pulled through these features. For example if I bind to <sky-grid-column *ngIf="!gridColumns" heading="{{ 'loading' | skyAppResources }}" field="loaded"></sky-grid-column> the header never updates to say "Loading" and just stays blank.
Steps to reproduce
Create a sky-grid-column with the heading input bound to a model variable
To expand on this issue, i've also encountered an issue with sky-grid-column headers that are on sub-routes. We have a sky-list-view-grid on our subroute /sent-emails and if you go to the page the headers are shown just fine, but if we reload the page all resources on that page are left blank. Headers, the column selector, even the title for the page itself. It sounds like this is an issue with skyAppResources.
Expected behavior
If I change the object bound to the sky-grid-column-header's input I would expect the header to update to reflect that.
Actual behavior
The header does not update if the input is updated. This is important with the localization features as the column does not update if heading is bound to something being pulled through these features. For example if I bind to
<sky-grid-column *ngIf="!gridColumns" heading="{{ 'loading' | skyAppResources }}" field="loaded"></sky-grid-column>
the header never updates to say "Loading" and just stays blank.Steps to reproduce
Plunker
https://plnkr.co/edit/Uha8etljTHUmBNAJbuKE?p=preview
The text was updated successfully, but these errors were encountered: