Steps to reproduce:
- Create a new table and use the demo-data
- Set the column "Role" as editable and add manual option list value "Viewer" (it's added automatically when clicking +)
- Change the column order, e.g. write this in console:
table1.setColumnOrdering(Array.from(table1.getColumnOrdering()))
- Try to set "Viewer" as the value in one of the rows and you'll see the error: "Error: e.valueSeq is not a function..."