Hi all,
I hope you are well.
I am using a tree table backed with a hierarchical container and i need the table to refresh after data in the container has changed, is there anyway to do this?
That is exactly how it should work; could you provide some more details please?
thats kind of what I figured also. Anyway more detaisl are:
I have a table which is backed with a heirarchical container and from this table you can add a new record, which will bring you to another screen, I then need to refresh the table so that the new record is shown without running the attach method for the component that holds my table. I.E. I need to go back after saving the new record and populate the table with the new record. Does that make sense?
OK, so you have a table in your view, and on some event you move to a different (item edit) view. When you close the new view, you need to add the new item (or update an existing one) to the table. Correct so far?
As long as you have a reference to the same table, this should work automatically with the addItem() and getItem().getProperty().setValue methods. How do you switch views? Do you create new tables or containers somewhere?