Models in noKodr represent your data and fields, storing records from either internal objects or external data sources. These models are crucial for retrieving records to display on noKodr layouts and for performing CRUD operations by binding or connecting with the following components:
Form Component
Repeater Component
Table Component
...
components
...
.
There are two types of models you might encounter:
...