Adam
Adam
@deadlymustard, I can reproduce it using your link. What did you change to get it to happen?
A work-around can be found here: https://github.com/angular/components/issues/19279#issuecomment-627263513
Do you have SSDT installed?
Not sure if we can loop through the source columns used in the expression, but if we can we _might_ be able to derive a type that will work. For...
Rather than change the code to only look for text, another work-around is to wrap your text values in `` elements so that it becomes HTML. `Some Header` That way,...
Anyone? Now that [NodesServices is going away](https://github.com/aspnet/AspNetCore/issues/12890), I'll be keeping a closer eye on this project. Is static prerendering something that is planned to be included here?
I tried @Jossaya's method, but I couldn't get it to work. Maybe that worked with an eariler version? Anyway, I got this working for 1.2.0, but it's kind of a...
@Jossaya, I tried your method again and it worked. I thought it was unrelated, but I think the key to get it working for me was to set `labelKey` to...
I use Azure App Configuration and I can set these values like "True" and they get converted into an actual boolean value when `IOptionsSnapshot` or `IOptionsSnapshot` is used. You can...
I think when I got this behavior last it was because the itemSize was a tiny bit off of the actual row height. Maybe double check that your itemSize includes...