Disable cell selection

Tags: #<Tag:0x00007f8b1df71390>

Hi,

We wish to disable the possibility of “selecting” cells, allowing our users to control-click on links within the table and have them open in a new tab.

Is there any way we can simply disable the cell selection feature? As if it were just a regular ‘table’ view? So far all I can see is that we can override the CSS to make it so that the colours/borders are not selected, I wondered if there were a more simple option that would allow us to prevent this.

Thanks.

Hey @accounts1

Yes, you can disable the selection by adding disableVisualSelection: true to the table settings.