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

Sorting by Date time Strings #65

Open SkySceneRock opened 3 years ago

SkySceneRock commented 3 years ago

So currently we have date time strings in the format of 'YYYY-MM-DD HH:MM:SS.' The data table sorts the values correctly based on their ASCII values but it does not sort correctly based on the values of the dates and times. My question is, is there a way we could make a custom sorter to be put into the table? Is there possibly a data type we can pass in so it would sort based on date time?

MicroDroid commented 3 years ago

no

SkySceneRock commented 3 years ago

Any chance this would be an enhancement that would be made in the future? Is there a chance I could help with creating this feature if this is something you would be willing to implement?

MicroDroid commented 3 years ago

yes