I'm loading my model and data on separate calls and looking to find a way to show some columns, yet hide others, until users choose to use the "choose column" dialog.
For example, I'd like to show id, url, ocr columns by default. Then, if a user decides they want to see other columns, they can open the "choose column" dialog and select what they wish to show. So I'm wondering how I can set the columns to "display" or "hide" but be available in the choose column select dialog.
Any ideas?