Modify a table in Apps

Hi,

Is it possible to display a data table and modify values ? The schema should be :

  • I display the data table which is an output of a process (for example coming from a request to a database) => I already manage to do that part.
  • I can modify the row 5 and column 7 for example and put the value I want
  • When I submit, it calls a process with as an input the modified datatable and it goes to the database

A concrete example could be a table of rates.

Thanks in advance for your help!