-
Hi, First of all I want to say a BIG thank you for open-sourcing this: THANK YOU! 😄 I had a look over the components, but couldn't find anything that allows reordering (ex. via drag and drop or...). So the question: is there any plan for a "reordering pattern" in the future / what would be your guidelines regarding reordering (ex. I want to allow the user to reorder the columns of a table) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @ams1 , Thank you for reaching out. This feature would be a reasonable addition to the Cloudscape Design System. However, we don’t have a plan for this change in the short-term future. Thank you, |
Beta Was this translation helpful? Give feedback.
-
Hey @ams1, This feature is now available, starting from version 3.0.363 which was released last week. To use it, provide the |
Beta Was this translation helpful? Give feedback.
Hey @ams1,
This feature is now available, starting from version 3.0.363 which was released last week. To use it, provide the
columnDispay
prop of the Table component API in combination with thecontentDisplayPrefence
prop of the Collection preferences coomponent API. You can also find code examples by checking out the source code of any our demos that contain tables, such as this one.