I'm using a JavaScript component that takes a 2D array as an input. There is a particular format to it, and I basically need to develop grid GUI to help configure such a string, instead of having to type it manually.
[
[0,"Chart","linear"],
[2,"3D",false],
[1,"Labels",["Student","Business","Professional","Retired"]]
]
Any ideas how to build such a thing quickly?
- Add and remove "rows"
- Cols have a particular format