Currently the visibility of columns is configured using the config property of the <Grid>-component, e.g.:
const columns = {
column-to-hide: { show: false}
}
It would be great if there was a UI element that enables the user to decide which columns to show/hide. Thunderbird provides a function like this:
