Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More additional functions and security measures: #6

Merged
merged 5 commits into from
Jan 24, 2023
Merged

More additional functions and security measures: #6

merged 5 commits into from
Jan 24, 2023

Conversation

BSd3v
Copy link
Collaborator

@BSd3v BSd3v commented Jan 23, 2023

  • allowing for strings of functions to be passed as parameters to valueGetterFunction, valueFormatterFunction
    • this allows for functions to be parsed even when the app is completely locked down, (meta tags, etc)
  • added row conditional formatting via getRowStyle acts similar to cellStyles
  • added ability for custom parsing functions to be passed via the namespace window.dashAgGridFunctions
  • allowed for null to be passed to columnSize, to prevent the fit to width or autosize being the only options
  • fixed props issue for enableAddRows

- allowing for strings of functions to be passed as parameters to `valueGetterFunction`, `valueFormatterFunction`
  - this allows for functions to be parsed even when the app is completely locked down, (meta tags, etc)
- added row conditional formatting via `getRowStyle` acts similar to `cellStyles`
- added ability for custom parsing functions to be passed via the namespace `window.dashAgGridFunctions`
- allowed for `null` to be passed to `columnSize`, to prevent the fit to width or autosize being the only options
- fixed props issue for `enableAddRows`
@alexcjohnson alexcjohnson mentioned this pull request Jan 24, 2023
Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

@alexcjohnson alexcjohnson merged commit c344e84 into plotly:dev Jan 24, 2023
@alexcjohnson alexcjohnson deleted the dev branch January 24, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants