Guys, Need yr suggestion on how to achieve this.
I need to display dynamically a list of 400-500 records from a Db2 table in web and have the user edit each row and save it back to the Db2 table.
I can retrieve the records on load, but
-
how do i efficiently display that many records on web for editing. Hard coding is not possible.
-
The records has to be displayed in a table with each row showing 4 fields (like Current price, Current discount, New price, New discount).
-
I need the user to be able to edit the 4 fields on each row and then save the changes back to the Db2 table.
Have you done a similar functionality in your web applications ? Please advice. We are on 8.5.1