In version 10.0 we have implemented React Tables.
But since there are a lot of use cases of use, there can be some that we haven't tested and that makes a problem for you.
We will continue to improve our implementation of React Tables.
But just as a temporary fix, you can switch to the old DataTables easily.
In both
src/container/Fireadmin.js
and
src/containers/Firestoreadmin.js
at the start of the code replace the table import with the old tables
import Table from '../components/tables/RTable.js'
into
import Table from '../components/tables/Table.js'