Properties

data JavaScript array containing data for the component
dataFeed alternative data source for filtered and bound data
datathrottle sets the polling interval (the time period between the completion of a network request and the next request for data)
datatype the type of loaded data
defaultData the property stores data which is displayed in the slave when no records are selected in the master
externalData allows defining custom 'move' logic for the component.
id the ID of a widget
map defines data mapping
on allows attaching custom handlers to inner events of the component
ready the event handler is called just after the component has been completely initialized
removeMissed defines how to treat items in case of reloading
rules set of validation rules for the component
save defines URLs for data saving
scheme defines schemes for data processing
url the URL which the component will use to load data after its initialization
Back to top