in reply to Save data from a dynamic HTML table into database
If you want to save the data, you will need to send a (POST) request with the data, and the actions (replace, or add).
If you already send some POST request but it is missing your new rows, you will need to find out how to add these new rows to your POST request. Finding that out is a matter of investigating your Javascript library and has nothing to do with Perl.
|
|---|