vue-materialize-datatable icon indicating copy to clipboard operation
vue-materialize-datatable copied to clipboard

Column searching, sorting Questions

Open dwhudson opened this issue 5 years ago • 1 comments

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.

dwhudson avatar Oct 01 '20 15:10 dwhudson

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.

MicroDroid avatar Oct 03 '20 05:10 MicroDroid