Plotly table individual table column

Hi,

I am trying to search other topics… looks like there is no direct option yet.
I am using below code.
Could you please le me know if there is any option yet?

Are there any other table objects which i can use if not figure_factory?

import plotly.figure_factory as ff
colorscale = [[0, ‘#4d004c’], [.5, ‘#f2e5ff’], [1, ‘#ffffff’]]
fig = ff.create_table(data_matrix, colorscale=colorscale, index=True)
fig.layout.width = 1200

Thanks,
Chandra