amrender singh
- 8.3k
- 4
- 27
- 30
here’s what I’m trying to do:
state={show:true,key:’’'',sections: [{title:’primary’'primary',data:[‘a’['a',’b’]'b']},{title:’test’'test',data:[1,2]},]
}
I need to add elements to the data arrays and I need to add Objects to the sections array
here’s what I’m trying to do:
state={show:true,key:’’,sections: [{title:’primary’,data:[‘a’,’b’]},{title:’test’,data:[1,2]},}
I need to add elements to the data arrays and I need to add Objects to the sections array
here’s what I’m trying to do:
state={show:true,key:'',sections: [{title:'primary',data:['a','b']},{title:'test',data:[1,2]}]
}
I need to add elements to the data arrays and I need to add Objects to the sections array
Add elements and objects to array
here’s what I’m trying to do:
state={show:true,key:’’,sections: [{title:’primary’,
data:[‘a’,’b’]},
{title:’test’,data:[1,2]},}
I need to add elements to the data arrays and I need to add Objects to the sections array
lang-js