How to add a custom class to a specific column header <th> tag?
I'm trying to add a class prop to a specific column header.
I'm trying to make the Options column fit the contents of column (see the images for the difference I'm looking for).
I could easily just add the class directly in the HTML but I would like to pass it in as a prop for that one column since I don't want that class in all the other columns.
I'm trying to make the Options column fit the contents of column (see the images for the difference I'm looking for).
I could easily just add the class directly in the HTML but I would like to pass it in as a prop for that one column since I don't want that class in all the other columns.

