Data Binding
The grids in this example share one model.
When we modify records in one of the grids, the other grid updates, too.
Columns configuration
Validation configuration
validation.js
:
Grid Model
model.js
:
Main component
We pass the realtime
prop to one of grids so that its changes could be saved automatically.
MainComponent.js
:
main.js
: