Add arbitrary row to Table Model
I was wondering on how I can add a custom entry to the table rows without the need for a database row corresponding to the model.
So if I for example have a Model named Cars I then want to add a new car to the table without having this car as a Model. One such practical example would be a car management application which always has the latest f1 winning car in the table based on some formula one api without affecting the database of the actual cars.
0 Replies