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 (
0ba1a93
) to head (e570641
). 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.
hiding columns is triggering an event which was maybe an array of columns in the past but it probably changed to an object of shape
{ columns, hiddenColumn }
later on, however the Grid State subscribing to this event was never updated causing the Grid State to return incorrect data in its metadata