vue.jsdatatableprimevue

Filtered array in PrimeVue datatable?


I am new in primevue. I am using the datatable with filtering. I face a problem.
I want to access the array after the filter applied. But do not find any API to do that.
Can anyone help me? Thank you.


Solution

  • Filters are stored as an object in your local state. Try using the Vue.js devtools extension to see the format of that object.