Hi,
Is there other possibility to load TreeGrid from JSON with a different JSON model or is there a easy way to configure the mapping for the model field names and them structure?
My JSON structure from the service has different nodes names and structure, e.g.:
- rows - are in “data”{ “row_list”: […]}
- column names are defined with details in a hash like: “column_name” :{ “amnot”:{ “ctx”: { …}, …}}
Thanks,
Eli