the table is editable and it contain of => code/codename/price/kilograms
code | codename | price | kilograms |
---|---|---|---|
I tried to create a data model but it was hard to connect it to the table
the table is editable and it contain of => code/codename/price/kilograms
code | codename | price | kilograms |
---|---|---|---|
I tried to create a data model but it was hard to connect it to the table
2
Answers
Here is a complete example of what you want to do
As explained above, every object of MyModel class represents the row of table,
you just need to put all objects in the List which represents this entire table .