Clicking the path of the SVG filter icon also triggers a column sort event #13955
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Clicking directly on the path of an SVG filter icon in a table column triggers a column sort event. This does not happen if you click on the icon outside the path. This is because the target of the click is no longer the svg element, but the path within it and the sort event handler does not properly reject the click event.
primeng/src/app/components/table/table.ts
Line 3371 in e5b282a
The text was updated successfully, but these errors were encountered: