-
Notifications
You must be signed in to change notification settings - Fork 28
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
Registering custom aggFunc(s) to grid not working #278
Comments
Can you please provide an example of how you are proposing it should work? We use this type of function in one other place, where it can be an object or a function. |
Looking at the example from the documentation, I would expect that if I set: |
If you pass it like this:
It is expecting you to return an object from the function as a map of the associated functions.
Let me know if this works. The other way I am looking at is this:
|
This does not work. |
On propCategories.js aggFuncs is defined under GRID_MAYBE_FUNCTIONS where it assumed it is only a function but it is a dict where function names are the keys and functions are the values. Perhaps it should be defined under OBJ_OF_FUNCTIONS or a new category for OBJ_OF_MAYBE_FUNCTIONS?
The text was updated successfully, but these errors were encountered: