Dash DataTable, how to force users to only input numbers?

Hi,

I have been searching for a feature that restricts the user to only be able to input numbers ([0-9] and .,) into editable cells with Dash DataTable.
So far, I have found no solutions out there.
Does anyone know if this will be doable, and in that case how?

Thank you,
Nicolai

Please take a look at the documentation page https://dash.plot.ly/datatable/typing. The first example has an editable table, if you try to input a non-numeric value in a numeric-typed column it is not accepted.