mariuszfoltak/angular2-datatable

sorting not working with dates

Opened this issue · 1 comments

Hello All,

if it's possible to include this request then it will be really great. Can you please include sorting features for the dates files. As of now its now working. and only strings and numbers are supported.

I worked it by adding into the td selector.

<td><time>{{item.date_inserted | date: 'dd-MM-yyyy hh:mm'}}</time></td>