Tradeshift / tradeshift-ui

The Tradeshift UI Library & Framework
https://ui.tradeshift.com
Other
33 stars 45 forks source link

[UITable] Sorting issue #301

Closed george-iuriet closed 6 years ago

george-iuriet commented 7 years ago

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:

 "cells": [
      ...
      "CODING"
  ]

Populating the cells like this works:

"cells": [
      ...
      { text: "CODING", value: "CODING" }
]
sampi commented 6 years ago

Can't be reproduced. Closing.