Bug report: Setting "tag" value after changing column order gives "Error: e.valueSeq is not a function..."

Steps to reproduce:

  1. Create a new table and use the demo-data
  2. Set the column "Role" as editable and add manual option list value "Viewer" (it's added automatically when clicking +)
  3. Change the column order, e.g. write this in console: table1.setColumnOrdering(Array.from(table1.getColumnOrdering()))
  4. 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..."

Interesting! Good find, @Lars_Fredholm. :slightly_smiling_face:

It seems like it only happens after setting the column ordering via the component method, as well. And the Tags column has the same issue. I'll report this to the team and provide an update here as soon as I have news!

UPDATE: We have a fix for this that should go live in the next couple weeks!