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.