Hello! When I try to populate a grid with data I can only get it to show the data if I don't use a nested object. For example:
An object like this I'd assume I could access by adding a grid column like this:
When I do it this way however nothing shows up although all items do load into the grid, they just don't show any text.
To make it show text I can only use the first level of properties in the object:
In this case I'd see the data in this property on the table.
Is this a bug or intended functionality?
I want to be able to use NuGET library that dynamically imports ES6 modules in REPL.
Here is example of such REPL:
https://blazorrepl.telerik.com/GlbPumla45EkSDpz44
it fails to load following javascript file:
var scriptPath = "./_content/Toolbelt.Blazor.HotKeys/script.min.js";