Loading multiple grids from json with multiple roots
Loading multiple grids from json with multiple roots
Is it possible to use a ListLoader and JSONReader to populate multiple grids from a multi-root json object? I'm attempting to load 3 grids -one for machines, one for mab and one for users - from the following JSON:
I can easily extend JSONReader for each of the 3 roots, creating a MACJsonReader, MABJsonReader and UsersJsonReader but the ListLoader only accepts one reader.