Is it possible to set a column search filter with Vue 3?
Is it possible to set a column search filter with Vue 3?
ag281198
Posts: 9Questions: 7Answers: 0
Hi I am working datatables with vue 3 and I was wondering if there is a way to set the search filters individually for each column. Is there any extension or something to help? Thanks
This question has an accepted answers - jump to answer
Answers
This thread has an example Vue3 project that shows how to set initialisation options for DataTables - the file of interest is
App.vue
.By search filters, do you mean having an input element on each column? If so, these two examples, here and here, should help,
Colin