Aggrid return dataframe with removed columns

How do I get streamlit-aggrid to return the dataframe where certain columns are de-selected using the column filter? With the available options for update_mode and data_return_mode, I’m only able to get it to return filtered rows, not de-selected columns. Any help is appreciated.