Closed ghiscoding closed 2 weeks ago
Run & review this pull request in StackBlitz Codeflow.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.8%. Comparing base (
59a47b8
) to head (e32d9f0
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
tested a bit more after previous PR #1736 and found couple of small issues
hideColumnByIds()
for multiple columns wasn't working correctlyhideFromColumnPicker
andhideFromGridMenu
were incorrectly tied together meaning that whenhideFromColumnPicker
was enabled, it was also hiding them in the GridMenu as well which is wrongautoResizeColumns
andtriggerEvent
are enabled.