justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

AgGrid rowClass #192

Closed Killitz closed 1 year ago

Killitz commented 3 years ago

Hi, can i use rowClass an rowClassRules Grid Properties in justpy?

https://www.ag-grid.com/javascript-grid-row-styles/

Thanks

elimintz commented 3 years ago

I am looking into this, but you most probably need to make changes to the JavaScript of aggrid.js to make this work as a callback. Setting rowClass in the grid options does not seem to work.

Killitz commented 3 years ago

ok thanks, i'll wait for the update

WolfgangFahl commented 2 years ago

is this for milestone 0.0.3?

WolfgangFahl commented 1 year ago

You might want to migrate to nicegui if you have this problem