Nikita Sviridenko
Nikita Sviridenko
@shawnmclean Hi. Thanks for fast reaction. I think it's possible to do something like: ```js function proxyMethod(object, propName, method) { const existingMethod = object[propName]; let finalMethod = method; if (typeof...
Using the moment, I would like to ask did you thought about https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/idle support?
They have it. But only recent browsers support it. And edge, for example, doesn't. So, it's nice to have some `if (supports) { use native } else { use the...
Or something similar: https://handsontable.com/docs/row-parent-child/#preparing-the-data-source
How about using Algolia to load the data instead? In this case, we can also solve [the multiple filters issue](https://github.com/rowyio/rowy/issues/582) (as firestore filtering is pretty limited). This way we can...
I'd also clean the index if the filter gets removed (with a prompt ofc).
Hey guys, any updates on this, or at least an approximate timeline? cc @shamsmosowi
@gibsonliketheguitar View (in airtable's world) is a table (in rowy's world).
Maybe it makes sense to have a config where all actions are mapped with roles which can execute them. Ideally, making it protected or build-time. E.g. "{ managing table structure:...
"We don't want our staff being able to execute scripts" means that when giving them ADMIN permission, it allows them not to only modify the data structure, but also install...