File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ const editor = new FormeoEditor({
3939| ` onUpdateRow ` | Function | Fires when row is updated |
4040| ` onUpdateColumn ` | Function | Fires when column is updated |
4141| ` onUpdateField ` | Function | Fires when field is updated |
42+ | ` onAddRow ` | Function | Fires when row is added |
43+ | ` onAddColumn ` | Function | Fires when column is added |
44+ | ` onAddField ` | Function | Fires when field is added |
45+ | ` onRemoveRow ` | Function | Fires when row is removed |
46+ | ` onRemoveColumn ` | Function | Fires when column is removed |
47+ | ` onRemoveField ` | Function | Fires when field is removed |
4248| ` onSave ` | Function | Fires when form is saved |
4349| ` onRender ` | Function | Fires when an element is rendered |
4450| ` confirmClearAll ` | Function | Fires when form is cleared |
You can’t perform that action at this time.
0 commit comments