Closed george-iuriet closed 6 years ago
v8.1.6
Table sorting fails with Uncaught Error: Expected all columns cells to have a value or text if rows' cells are populated with strings, rather than objects. A workaround to it is to visit all the pages and then perform the sorting.
Uncaught Error: Expected all columns cells to have a value or text
Populating the cells like this fails:
"cells": [ ... "CODING" ]
Populating the cells like this works:
"cells": [ ... { text: "CODING", value: "CODING" } ]
Can't be reproduced. Closing.
Tradeshift UI version affected
v8.1.6
Table sorting fails with
Uncaught Error: Expected all columns cells to have a value or text
if rows' cells are populated with strings, rather than objects. A workaround to it is to visit all the pages and then perform the sorting.Populating the cells like this fails:
Populating the cells like this works: