Relative Content

Tag Archive for vue.jsdatatableprimevue

PrimeVue DataTable – Get array results after filter is applied

I am using Vue via via CDN to add progressive reactivity to a few pages in an existing website. I have found the PrimeView DataTable which seems very capable and offers comprehensive filter functionality. The filtering is working fine via the UI, but when the user applies a filter, I cannot figure out how to get the list of rows in the current filter.