You need to sign in to do that
Don't have an account?

Is it possible to rerender a single row in a data table?
for example if i have a very large list of records and i want to edit one record in a pop window for example. after editing the record and closing the popup i find i have to reload the entire list again.
is there anyway i can just reload the only record i edited so that the page load time is not so long due to loading the entire lista again and again after editing a record?
I need to do this as well. Anyone have any ideas?