getRowHeight in aggrid #1468
Closed
aersam
started this conversation in
Ideas / Feature Requests
Replies: 2 comments 5 replies
-
Thanks for the suggestion, @aersam! columns = [
{
...
':sort': '(a, b, rowA, rowB) => b.length - a.length',
},
{
...
':format': 'value => value + " years"',
},
] |
Beta Was this translation helpful? Give feedback.
4 replies
-
Dynamic properties for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I would like to be able to use the getRowHeight Callback in aggrid. In order to implement this I thought about a Python Class wrapping a JavaScript Function constructor. The server would pass the Python object and in JS it would be turned into a Function constructor.
Python:
JS:
Would also do a PR :) I think the JSFunction concept would be meaningful in other places, too
Beta Was this translation helpful? Give feedback.
All reactions