Hi,
Maybe I am wrong, but I believe dash_table does not support selecting individual cells. One “hacky” alternative would be to implement the selection manually via a dcc.Store component (plus conditional style) that gets updated at each new selection, but it might not work perfectly.