Wijmo UI for the Web
add Method
wijmo.data Namespace > IEditableDataView Interface : add Method
The item to add.
Adds a new element and marks it as being edited.
Syntax
var instance; // Type: wijmo.data.IEditableDataView;
var value; // Type: any

// Parameters
var item; // Type:  Object

value = instance.add(item);
function add( 
   item : Object
) : any;

Parameters

item
The item to add.
Remarks
Adds a new element to the data view, but not to the underlying data source. Commits the element currently being edited, if any.
See Also

Reference

IEditableDataView Interface