Here is my solution!
You can follow my steps if you have an obstacle!
https://github.com/gildata/RAIO/issues/61
Steps
- objects into an array,
{{},{}} => arr = [{},{}];
for entry and keys
- get the name of the object,
title = key;
for entry and keys
- create a new object
obj = {title, arr};
Object.assign (obj, {new_key: "new value"});
- wrapped array,
array.push(obj);
for the function f in
- just use a wrapped array
array.map () and table
user8202629
source share