evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

Applying sorting on date column: #295

Open sanakalam opened 4 years ago

sanakalam commented 4 years ago

how can we sort date column Right now date is also sorted as a string value 1st dates of all months display then all 2nd dates of all months. error

evrencoskun commented 4 years ago

Hi @sanakalam

You need to use a Date object rather than a String.

As you can see, TableView also compare two date instance.