I also asked this in stackoverflow but didn't get any hint.
Is there a way to tell DevExtreme React Grid to show or hide the selection cell (checkbox) depending on some data in the row object like { selectable: true } ?

Hi,
In your case, I suggest you use a custom cell component for the TableSelection plugin. This sample shows how to do it.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.
Most helpful comment
Hi,
In your case, I suggest you use a custom cell component for the
TableSelectionplugin. This sample shows how to do it.