SchmiederDaniel / SQLite-WebUI

0 stars 0 forks source link

Edit Table content with UI #7

Open SchmiederDaniel opened 1 week ago

SchmiederDaniel commented 1 week ago

It would be a nice feature if by clicking into the data at the Tableview would give the ability to write in own data.

Maybe when the lose focus event is called the data could be updated using sql for the table.

This would also require to limit the input to the data type which is pre defined for the table cell.