handsontable / handsontable/hyperformula
Docs: Describe how to limit the scope of available functions
Open
@sequba is already working on this.
Since Jul 5, 2022.
Docs
Impact: Medium
- Dominant language
- TypeScript
- Stars
- 2.8k
- Forks
- 171
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 7
Description
Description
Some clients might want to limit the scope of the functions available in their applications. The documentation should include a section describing how HF could be configured to expose only a portion of the whole collection of functions.
Currently it can be done using:
- unregisterFunction (blacklisting)
- registerLanguage (whitelisting)
The description could be included in the built-in functions guide.
Links
- https://handsoncode.slack.com/archives/C5QL4R65R/p1656924001936819 (internal discussion)
Type of issue
- Missing documentation
- Error in the documentation
- Request for a demo
- Request for a tutorial, guide etc.
- Other issues, suggestions or ideas
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.