Update Column Definition Dynamically
I need to be able to update the column definition dynamically. My use case for this is to enable sorting on a column when a useEffect hook fires in my react component. Is there a way to do this easily with tanstack table library?