I use an RTable widget with a ivyScript List as model. I want that the table updates it self when I change an element in my list. E.g. I have a list with articles and I change an article, add a new one or delete one, then I want that the table is updated automatically. How can I do that? asked 04.01.2010 at 06:08 Alain Helfen... |
There are two things that must happen so that the RTable is repainted. First the model must tell the widget that it was updated. You do not have to take care about this part. Second, the model must know that it was changed. If you add or remove elements, this is no problem and works out of the box. But if you change an already existing element, then you need to inform the model about this. Luckily this is very simple:
answered 27.11.2013 at 15:37 SupportIvyTeam ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 04.01.2010 at 06:08
Seen: 2,162 times
Last updated: 04.01.2010 at 06:08