cancel
Showing results for 
Search instead for 
Did you mean: 

how to clear table data from table view

chhanda_sarkar
Explorer
0 Kudos

Hello All,

I have a table view.I need to clear data from that table in some event.can anyone please help me how to clear table data.

Thanks & Regards,

Chhanda Srakar

Accepted Solutions (1)

Accepted Solutions (1)

vinodkumar_kommineni
Active Contributor
0 Kudos

Hi Chhanda,

You just need to call the clear collection method on the context node which is holding the table view data, like below.

me->typed_context-><your context node->clear_collection( ).

Regards

Vinod

Answers (0)