javascript source data in form input

javascript source data in form input

vishal_vanpariyavishal_vanpariya Posts: 1Questions: 1Answers: 0

Hello, I am trying to implement a form input table from javascript sourced data but I can not find how to configure it.
https://datatables.net/examples/api/form.html
https://datatables.net/examples/data_sources/js_array.html

as per the above two links I have implemented differently but I don't know how to combine it.
the main problem is where to define dynamic inputs name, value, id, and class.if I use static then it is working because we already define input in HTML.

I hope i will some solution here.

Thanks

This discussion has been closed.