Vertical table layout

Tags: #<Tag:0x00007f0b02c2d530> #<Tag:0x00007f0b02c2d3a0>

Is it possible to create a table where the rows will be on the left side instead of on the top? For example:

Header 1 String value 1. String value 2
Header 2 Checkbox 1 Checkbox 2
Header 3 Datepicker 1 Datepicker 2
Header 4 Dropdown 1 Dropdown 2

I saw rowHeaders option but still the next column had to have the same editor type so it still doesn’t match my use-case.

Thanks in advance.

Hi @alladojed

If you’d like to set up types for cells horizontally, then you can use cells option instead of columns. Here’s an example http://jsfiddle.net/handsoncode/q7L6xrks/

Let me know if you’d need anything more than that.