DataProviderChannel
Description
A DataProviderChannel
is an interface that represents a communication channel between the DataGrid
and a handler that answers to requests from the DataGrid
. It implements the GroupChannel
interface.
Functions
Function Name |
Parameter |
Type |
Description |
---|---|---|---|
close |
|
|
Invoked by the |
updateItem |
|
|
Invoked by the |
|
dataItem |
The |
|
|
fieldValues |
A collection of [field, value] containing the changes to apply on the |
|
|
[output] |
Promise< |
A collection of [field, Iterable<string>] for every field on the |