From: Vikas Malik on
Hii

I am trying to update the data in Uitable in one of my GUI application using Callback.

Right now in my GUI application I have a Button...
using which I load a data in my GUI application. And I want to update this previous data
present in GUI Table (uitable) using some callback for example CellEditCallback or KeyPressFucn Callback. But I am not able to do so.

Please tell me how can I update the entire table data.