gristlabs / grist-core

Grist is the evolution of spreadsheets.
https://www.getgrist.com/
Apache License 2.0
6.88k stars 301 forks source link

The table should have a refresh button #664

Open fprijate opened 11 months ago

fprijate commented 11 months ago

If the external application changes the data in the sqlite table, we need the refresh option (button or menu). Especially in the grist-electron, because it doesn't have the refresh option that a browser has. In a browser frontend sometimes (not a big table) helps to set table advanced settings to on-demand and then refresh a browser page. Which is not possible in electron.

paulfitz commented 11 months ago

It is a good idea. It would also be possible to check directly if an external application changes the data, since SQLite maintains a version number that is increased every time a change is made.