1
0
-1

I have a form that contains a custom HTML contains HTML table of 3 columns age, name and position

And the data in the table exist in the same format in a javascript array of objects

How to insert these data into the joget database table 

how to load data from this joget database

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, for multiple row data you can try to use the Multirow Form Binder

      1. Issa

        it is custom table 
        <table ><thead></thead>

        </table>.....

        so it doesn't contains Multirow Form Binder

      CommentAdd your comment...