Is it possible to set a column search filter with Vue 3?

Is it possible to set a column search filter with Vue 3?

ag281198ag281198 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

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    Answer ✓

    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

Sign In or Register to comment.