ekokotov / object-table

Angular directive to easy create dynamic tables from source or URL with sorting, filtering and pagination. Smart templates and good perfomance
BSD 3-Clause "New" or "Revised" License
171 stars 52 forks source link

can u sort iso dates? #34

Closed edlahoz closed 8 years ago

edlahoz commented 8 years ago

Could you sort thru the following date using object-table?

    {
             ...
        "fileDateAdded": "02-20-2016T20:10:00"
    },
    {
             ...
        "fileDateAdded": "01-11-2016T20:10:00"
    },
ekokotov commented 8 years ago

Should be working by default.

edlahoz commented 8 years ago

It is, thank you.