Customizing Columns for Board #1339
|
Noticing for this demo https://cloudscape.design/examples/react/configurable-dashboard.html the 6 columns are only available for widths larger than 2160 px. Is it possible to configure this breakpoint to allow for smaller screens to make use of the 6 columns? Also this article https://cloudscape.design/patterns/general/service-dashboard/configurable-dashboard/ talks about the column layout for this being based on the 12 column grid system is it possible for the Board component to make use of all 12 columns or is locked to the 6 columns? |
Replies: 3 comments 1 reply
|
Hello Ethan! It currently is not possible to customize the column configuration of the dashboards, nor do we have plans to introduce this feature. Is there something about the current responsive behaviour that isn't working for your use case? Thank you. |
|
Hi @rubencarvalho We are also looking to be able to add more columns than what is available and a bit more control on column size than what is currently available. cheers |
|
We’ve encountered the same limitation in our dashboard: we need finer control over widget widths and column counts at smaller container sizes. We opened board-components#463, proposing an optional We recognize that the contribution guidelines currently accept only bug fixes. We’re sharing the implementation as a concrete proposal for discussion—would the team be open to revisiting this capability, or is there a preferred approach for this use case? |
Hello Ethan!
It currently is not possible to customize the column configuration of the dashboards, nor do we have plans to introduce this feature.
Is there something about the current responsive behaviour that isn't working for your use case?
Thank you.