Closed ghiscoding closed 4 months 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 (
f03cc6c
) to head (ac439dd
). 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.
fixes #1605
columnPickerLabel
option in the Column interface, because in some cases the default header column extractor (defined in the global grid options) will return all text it finds (via.textContent
as mentioned in this comment) and that might not be ideal given that an HTML element with extra button will also extract and append the button text in both ColumnPicker/GridMenuTODOs