Pandas Column Index - Dash DataTable

Hey everyone! So I’m doing a lot of work with pandas DataFrames in my Dash application and I wanted to know if there was a way to maintain the index of my DataFrame or whether I have to reset the index each time I want to display it in a Dash DataTable? The Dash DataTables are exclusively for displaying the content that I’ve calculated, so resetting the index is not a big deal at all but the formatting on the index gets a bit messed up – Ideally, I would like the formatting of the first column to match that of the header. If you have any suggestions on making this work, I would very much appreciate it. Thanks! (Reading back over this, I’m not sure that I worded this well, so also please reach out with clarifying questions if you have any)