Change the table that a FilterColSelector points to
Hi everyone. I'm curious if there's a way to change which table a FilterColSelector display box points to. I have created a gui with an FCS that points to the current data table. If the user wishes to change the table they're working with, I'd like the columns in the FCS to reference the new table instead. The only way I can think of atm is to delete the current FCS in my window, create a new ...