You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
I would like to add a Table type along with the existing types (e.g., Text, Boolean), so that users could fill in a table and add it to the JSON object:
By adding the following code in addItemTemplate (and some other code) in directives.js, it does show the above table. But I don't know how to do the rest, i.e., adding the instance to the JSON object after pressing the Add button. Note that we could get the data of a handsontable instance from its hot-id like this.
I would like to add a
Table
type along with the existing types (e.g.,Text
,Boolean
), so that users could fill in a table and add it to the JSON object:By adding the following code in
addItemTemplate
(and some other code) indirectives.js
, it does show the above table. But I don't know how to do the rest, i.e., adding the instance to the JSON object after pressing theAdd
button. Note that we could get the data of a handsontable instance from itshot-id
like this.Could anyone give me some hint?
Thanks
Tie
The text was updated successfully, but these errors were encountered: