Read Datatable Values OnPost (Razor Pages)
Read Datatable Values OnPost (Razor Pages)

i Add rows to the datatable using javascript from the frontend, once i click submit how to read the datatable rows in the post function ?
This discussion has been closed.
Answers
How are you doing this?
Use
rows().data()
withtoArray()
to get a Javascript array of the Datatables rows.Kevin