Select rows using checkboxes and insert new rows in ADP with the value of the selected row data
Summary:
Select rows using checkboxes and insert new rows in ADP with the value of the selected row data
Content (required):
Hi,
I have an ADP based table. I have added checkboxes in the table for users to select rows using checkbox. I want to write a JS code where i get to know the id of selected rows and insert data in adp with the selected row data. Id of new rows should start from the last id shown in the table.
ex - I have 5 rows in adp with id as 1 2 3 4 5. If i select rows 1 and 2 and click on a button, it should insert 2 more rows at the bottom with data of rows 1 and 2 and id should be 6 and 7
Tagged:
0