New row with input fields

New row with input fields

redHeadredHead Posts: 1Questions: 1Answers: 0

I have requirements to add a new row at the bottom of the existing table:
- click button "add new row"
- add a row at the bottom of the table with an input field in each column
- click button submit which triggers validation and saving of the values of the added row.

Can it be done with DataTables API?

This discussion has been closed.