Column Switcher: reduce width
Column switchers are extremely useful.But they occupy a lot of space in a Dashboard, especially if there is a long column name:Fortunately, the user can adjust the width by resizing the list box: Unfortunately, this change is not saved when saving the script. Adjusting the width via set width doesn't seem to work:Current Report()["Column Switcher",ListBox(4)] << get width() //works
Current Repo
...