Search results

Edit API in Vue TreeGrid API component

TreeGrid Edit Module The Edit module is used to handle editing actions.

Methods

addRecord

If the data,index and position given, Adds the record to treegrid rows otherwise it will create edit form.

Returns void

editCell

If the row index and field is given, edits the particular cell in a row.

Returns void

editFormValidate

Checks the status of validation at the time of editing. If validation is passed, it returns true.

Returns boolean