Expected behavior of 'selected_row_ids' in dash_table.DataTable

Hi @ernestqt and welcome to the Dash community :slight_smile:

I can verify that the selected_row_ids prop appears to be read-only in the DataTable.

Have you considered using Dash AG Grid instead? It’s possible to set the selected rows and and you can find an example in the docs here:

Plus more info on selected rows with Dash AG Grid in this post: