How can i send data from datatable to mysql database

How can i send data from datatable to mysql database

max_ksmax_ks Posts: 1Questions: 1Answers: 0

Hi
I am recently learning how to use this library. I have a form with three fields and a dynamic datatable with a button to add x rows with 4 respective columns. I need to send this data to a MySql database but as a single record.
how can i do that?. Can you give me an example please?. I have tried this for several days and Im a bit lost
Thank you

Answers

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

    It sounds like this would be a good fit for Editor - as enables table editing. Without it, you would need to send the data back to your server via an ajax call, then have a server-side script insert it into the DB.

    Colin

This discussion has been closed.