Two kind of db editors can be used : an editor making it possible to choose which table we want to edit (either user-selected of hard-coded) an editor making it possible to edit some config values ...
The react-use-table-editor package exports a useTableEditor hook that maintains table-row state and provides cell-based update functions as well as dirty tracking for both cells and rows. The package ...