You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to create an excel-like app, where in each cell I can write a formula, computing its value from other cells (the exact list of cells depends on the formula). But I don't know how to do this efficiently with Dexie.js. Would you consider adding a "computed value" functionality, where an entry in the database can be specified as a function of other entries? In the meantime, what workaround would you recommend?
The text was updated successfully, but these errors were encountered:
Sorry I missed this issue. This functionality would be a bit too complex to fit within the scope of dexie but it could equally well be implemented outside or possibly as an addon registering its own dbcore middleware. Need to detect circular dependencies. But if I was the one building this kind of application I would probably create some layer on top of dexie to request and update cell data.
I'd like to create an excel-like app, where in each cell I can write a formula, computing its value from other cells (the exact list of cells depends on the formula). But I don't know how to do this efficiently with Dexie.js. Would you consider adding a "computed value" functionality, where an entry in the database can be specified as a function of other entries? In the meantime, what workaround would you recommend?
The text was updated successfully, but these errors were encountered: