Just have a function that returns a small DF, which is output to front-end through a dash table. How can I make the cells and rows and columns non clickable, and non hoverable, so that users just see the words and values of the DF, and can’t interact with it?
Or is there a different wrapper object I should use to output the DF to the app, but still be able to maintain the styling elements of CSS like font size, width, etc?
2 posts - 1 participant