How to modify JSON data using preSubmit

How to modify JSON data using preSubmit

Anthonia JeromeAnthonia Jerome Posts: 12Questions: 6Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Hi,
How can I modify the JSON data before submitting to the server, from single row data to multi-row data?

My goal here is:
I have an editor fields for first, middle and last name, so when the form is submitted they are taken as one row with three columns to be posted in the database table, but I want them to be posted in the database table within three rows in one column and then the adjacent column of the table should contain the numbers 1, 2 and 3 to represent the first middle and last name. How can I achieve this please?

Answers

This discussion has been closed.