Datatable: Menu Filter Icon Click Causes Column to Sort #4268
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
A bug was introduced in 3.32.0 whereby when using sortable columns, and filterDisplay="menu", clicking on the filter menu icon within the column header causes the column to sort at the same time. This can be seen in the examples on the documentation, or in the included reproducer (taken from the Samples > Customers section).
In 3.31.0 the icon can be pressed and the menu appears without causing the column to sort.
Reproducer
https://codesandbox.io/s/vlcj8x
PrimeVue version
3.32.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
As per 3.31.0 the filter menu box should appear without the column being sorted at the same time.
The text was updated successfully, but these errors were encountered: