vue-materialize-datatable
vue-materialize-datatable copied to clipboard
Column searching, sorting Questions
Has anyone been able to disable sorting for specific columns? As far as I've seen its true or false in the
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.
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.