Databinding example

This is just an example of how data binding is used to edit a record.
Solo es un ejemplo de cómo se usa la vinculación entre tablas y componentes.
I want to know if I’m doing it right?

The data binding itself, yes.

But the data table rows being editable by the client so you can use data binding isn’t such a good idea, since that allows unrestricted access to the datatable by any client code (including client code injected by hackers).

3 Likes