Class $.wijmo.wijspread.DataContext
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.DataContext(read, create, update, remove)
Represents the data context intersection object.
|
Class Detail
$.wijmo.wijspread.DataContext(read, create, update, remove)
Represents the data context intersection object.
- Parameters:
- {Function} read
- Read data function.
- {Function} create
- Create new data function.
- {Function} update
- Update changed data function.
- {Function} remove
- Remove data function.