As the title says, I am passing the table to a custom dropdown component: ``` <ColumnsSelect allLeafColumns={...table.getAllLeafColumns()} /> ``` But, the onchange does not update the parent ``` onSelect={item => { item.getToggleVisibilityHandler() }} ```