HC200ok / vue3-easy-data-table

A customizable and easy-to-use data table component made with Vue.js 3.x
MIT License
536 stars 105 forks source link

Feature: add props for Custom Search function #335

Open pohnean opened 1 year ago

pohnean commented 1 year ago

Feature: Custom Search function

This PR allows the custom search function to be specified as props to override the default search filter function that uses Regex by default.

Example of a custom search function:

image

Example usage

<DataTable
       ...
      :custom-search="customSearchFunction">
</DataTable>

Put an x in the boxes that apply_

  • [ ] Fix
  • [x] Feature