Sep 4, 2018 · 1 min read
Are you able to display nested array?
I am not sure how to do this: if one column contains nested array, how do we manage the config.json so that the table can display the nested array of a column.
or the result is not an array but : “{items: […..]} ”, in this case it’s not easy to make the display table generic since other get call could return : {other: […]},
probably need to create a template html per “page” ?