Hi,
I have developed a z component.
I have few text fields and table view in my screen.
My component is assigned to the navigation profile. when i click on the link on navigation profile and go to my component, all the fields are empty including the tableview.
I enter some data and then save. Again, i am navigating to my component through the navigation bar profile. All the text fields are refreshed.
My tableview does not get refreshed at this time.
Could you please help me with the right method where i can write my refresh code.
I am planning to use the below line for refresh.
lr_comp_contl->typed_context->tableview->collection_wrapper->clear( ).
Note: My node is binded to the component controller.
Thanks in advance.
Regards
Shanthi