Save custom added rows back to server

Save custom added rows back to server

jigar311982jigar311982 Posts: 70Questions: 31Answers: 0

Hi,

I am adding rows with table.row.add() function, is that possible to save data of table rows which are generated with this function back to server database?

Say, add one row, and all data of that row should save to the server?

Thanks,
Jigar,

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    You would need to send it back with an Ajax call, and then have a server-side script to insert the data. Editor can do this automatically, so it would be worth looking at that,

    Colin

This discussion has been closed.