Closed asimonok closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
0015994
) 98.89% compared to head (24bb287
) 98.95%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add a new custom code option (After Render Code) which is called for every row after row content was rendered. It's a good place to get access to DOM elements, draw charts and add event listeners.
Context object
Code example:
Resolves #228 Resolves #225 Resolves #210 Resolves #216 Resolves #223 Resolves #221