DataTable user text input hard to work with

Hello,
We’re using the Dash DataTable in our app and can’t find a way to tune the table for user text input.
Examples:

  • When clicking on a cell it selects it, so backspace will erase the whole cell instead of just the last character.
  • Can’t see the text editing cursor.
  • Can’t copy paste easily.

Is there a way to set the table for a more pleasant user input experiene ?
Thank you.