How to remove the "#" column from a dataframe widget?

Suppose I have the following dataframe widget:

afbeelding

I know I can hide the index with show_index=False, but how do I hide the first column (labeled with #)?