Not marking cells in a DataTable on click

I have a Dashboard with multiple tables, where a few are interactive and others are not. I dont want the non-interactive tables to react in any way to being clicked on, to make them distinct to the interactive tables. (so, no red highlighting of cells after clicks).

Is that possible in any way and if so, how?

@Herbert_Schmerbert I’m also curious about this. Did you find a solution?

I’m also interested in this. Specifically, I want to cancel red highlighting of the last clicked-upon cell after I click out of the table (click on empty space or some other element). Any clues?

This was added last week in v1.13.3 via dash_table.DataTable(cell_selectable=False) :slightly_smiling_face: :