In order to submit an array of table-like data (sometimes called rectangular data) you are probably best served by encoding the data as a JSON array and submitting that to the server.
You might consider using a front-end framework like Vue.js to drive the render in the client. That way, the client always has the data as an array. Then, once you have made some change, simply JSON encode the data and submit it to your site. Then again, I don't know what your goal is and it is possible that that is far overkill. On Tuesday, October 18, 2016 at 12:52:31 PM UTC-5, Ragini Prasad wrote: > > I have an html table and i need to pass the table data to controller when > I submit the page. In controller i need to store this table data in an > array. I am not finding how to do this anywhere. > Can somebody help. > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
