cancel
Showing results for 
Search instead for 
Did you mean: 

refreshing table contents

former_member199125
Active Contributor
0 Kudos

Hi guys,

i am displaying data in one table,after performing button action.. internally table will contents change. So after i click on button, table should display new values.

how can we refresh the table data?

Regards

Srinivas

Accepted Solutions (0)

Answers (3)

Answers (3)

shahid
Product and Topic Expert
Product and Topic Expert
0 Kudos

I believe you need to bind the table again with the values.

I dont think its possible without binding again

Former Member
0 Kudos

Hi,

Yes, if you want to get previous data or to go at initial stage means you need to bind again

in button action say refresh. I mean based on when you want to refresh, to get old data.

Cheers,

Kris.

former_member199125
Active Contributor
0 Kudos

HI KRIS,

I need to display new data in table, after performing the action. Is there any other way to get new data apart from table binding. table should display automatically new values.

Regards

Srinivas

Former Member
0 Kudos

Hi Srinivas,

As it is browser application, data doesnt store anywhere unless you store.

I think you can't get with out binding.

Cheers,

Kris.

saravanan_narayanan
Active Contributor
0 Kudos

Hello Srinivas,

if you want to avoid table binding, then you can update the values in the corresponding context_element. But coding wise, binding will be easier.

BR, Saravanan

sahai
Contributor
0 Kudos

hi,

you will have to invalidate the node just at the stating of the code....

invalidate( node name ).

-


"code lines

-


regards,

sahai.s

shahid
Product and Topic Expert
Product and Topic Expert
0 Kudos

Internally table contents will change?

You need to re-bind that table to the node after button action.