configures some mode of DataView
mode | string | name of the mode or the property which needs to be configured |
value | boolean | value which will be assigned to the mode or the property, true by default |
myDataView.define("select","multiselect")
myDataView.define("type",{
template:"some here"
});
list of supported properties can be checked here
Back to top