Closed web-padawan closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
0462893
) 98.85% compared to head (68d9b2a
) 98.90%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @web-padawan and @web-padawan, when i performed cherry-pick to this commit to 2.3, i have encountered the following issue. Can you take a look and pick it manually?
Error Message:
Error: Command failed: git cherry-pick 5d7cf31ede6c615b1ebb3343f0cf5e22a843f314
error: could not apply 5d7cf31... fix: add GridTreeColumn header and footer renderers (#194)
hint: After resolving the conflicts, mark them with
hint: "git add/rm
Description
Unlike other custom column types,
GridTreeColumn
didn't supportheaderRenderer
andfooterRenderer
. This is misaligned with the corresponding web component where onlyrenderer
function is not supported.This PR adds missing APIs so it can be probably considered a bug fix (and therefore backported to 2.3)
Type of change