Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Our plugin does not emulates an Excel Spreadsheet. If you want to display the fields in the form with columns format, you should insert container fields (DIV or Fieldset), with the “columns” attribute defined, and then insert the rest of fields into the container.

    The container fields accept until 4 columns, but you can nesting multiple container fields. For example, if you insert a DIV field with 4 columns, and into it you insert four DIV fields, with 4 columns each of them, the row will contain 16 columns.

    Best regards.

    I solved a similar problem for tabular data, with the help of codepeople, by inserting a html table with specific classes/id for each <td>, then change <td>’s values with the appropiate fieldname values, with jquery. Scary at the beginning, but easy and fun in the end.

    Thread Starter uspdesigns

    (@uspdesigns)

    Thank you so much guys, that was helpful!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display Rows of multiple column fields’ is closed to new replies.