MicroDroid / vue-materialize-datatable

A fancy Materialize CSS datatable VueJS component.
https://overcoder.dev/vue-materialize-datatable
MIT License
179 stars 67 forks source link

Column searching, sorting Questions #63

Open dwhudson opened 3 years ago

dwhudson commented 3 years ago

Has anyone been able to disable sorting for specific columns? As far as I've seen its true or false in the and applies to all columns.

Along with the sorting is it possible to apply searches to specific columns only?

Has anyone worked on implementing exact match searches? I have a task coming up and would be able to contribute some hours to implementing that feature if someone might have any pointers for places to start?

Really like this datatable.

MicroDroid commented 3 years ago

exactSearch enforces exact match searches, however the rest needs to be implemented.

Probably add sortable and searchable overrides to columns so that a column can be specified to be not sortable and/or searchable sot that it overrides the global datatable settings.