Set column as index for bokeh datatable

Hi, I have a columndatasource of a pandas dataframe as the source of data for the Bokeh datatable. How can I use the designated index column of the dataframe as the index of the datatable?

Thank you.