data-hub icon indicating copy to clipboard operation
data-hub copied to clipboard

[Bug][DataObject] Table attribute with fixed columns can result in error

Open fashxp opened this issue 3 years ago • 2 comments

Expected behavior

No error with fixed columns

Actual behavior

image

Steps to reproduce

  • Create class definition with table attribute with following column configuration image
  • add graphql endpoint that loads that class with the table attribute
  • load data

fashxp avatar Jun 28 '22 09:06 fashxp

workaround: don't assign 0 and 1 as keys in the column configuration

fashxp avatar Jun 28 '22 09:06 fashxp

Option1: add prefix for every key

Option2: add prefix for keys which starts with a number

robertSt7 avatar Nov 02 '22 15:11 robertSt7