design-automation / mobius-parametric-modeller

Möbius for parametric modelling.
https://design-automation.github.io/mobius-parametric-modeller/
MIT License
10 stars 6 forks source link

Display list attributes in seperate columns #553

Closed phtj closed 5 years ago

phtj commented 5 years ago

If an attribute is an array, each item in array must be a separate column

image

phtj commented 5 years ago

if teh list is a nested list, we only need columns for teh top level so if the value is a = [1, [2,3]] then tehre should be two columns First column a[0] = 1 Second columns a[1] = [2,3]

The value in the second column should include the square brackets, otherwise the user will not understand that it is a list

danielcai1987 commented 5 years ago

fixed in Dev