Dmitry
Dmitry
Similar request here: https://community.getgrist.com/t/maximize-widgets-pages-sections-like-z-index/1808
A [recent change](https://github.com/gristlabs/grist-core/commit/3210eee24f72dd9e975a40316a175e1de6e18090) affected this issue, and fixed some wrong behavior reported above. - `GRIST_PROXY_AUTH_HEADER` is now a synonym to `GRIST_FORWARD_AUTH_HEADER`; the latter is preferred. - `GRIST_IGNORE_SESSION=true` is needed for...
@aqeelat's suggested plan sounds good to me.
Just a note: we had to deal with a very similar issue for [trigger formulas](https://support.getgrist.com/formulas/#trigger-formulas). For reference, the code relevant to this issue (avoiding triggering for all rows when a...
One question about requirements: does the shared data sometimes need to be accessed by formulas? E.g. if `Cities` is a shared table, and another table in the current doc has...
Hi @vviers! I agree with the concern that this feature may be too "core", in the sense that it would be more efficient if we worked on it directly. In...
**Related wishes** Let me share something related from another customer who has built up sophisticated processes in Grist. They want to clone parts of documents, for several purposes (they already...
This has been fixed since https://github.com/gristlabs/grist-core/commit/525613216c234bf70b4835a98b5741938715c6ca 🎉
Collecting the various scenarios that have come up, and the various desires, I propose a first step that addresses the majority of cases: to add filtering for values in the...