atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

The sequence of properties in card view does not match the one in the table view.

Open turkhale opened this issue 1 year ago • 1 comments

image image Solution - when the user changes the column sequence in the table view, it should change the layout in the card view as well.

turkhale avatar Dec 25 '23 16:12 turkhale

This is difficult, because the ordering is part of the Table, not from the Class or the Resource instance.

Perhaps we should make views customizable for these types of view, too.

We could also default to alphabetical ordering.

joepio avatar Jan 08 '24 11:01 joepio