Page 2 of 2

Sorted display of listItems

Posted: Thu Aug 07, 2014 9:46 pm
by xman

Hi Yurri,

Your sort criteria is different. You are sorting by _updatedAt column. I was asking about sorting by a column the type of which is "Date". Each entry in this column is a date.

And each entry in that column is like:

2014-06-02 00:00:00.000

which is created by user input/selection of date from a Dakepicker component.

-


Sorted display of listItems

Posted: Fri Aug 08, 2014 3:20 am
by xman

any help?


Sorted display of listItems

Posted: Fri Aug 08, 2014 4:16 am
by Yurii Orishchuk

Dear XMAN,

_update at field is a "Date" type.

But here is an example of other custom date field.

This is DB collection:

http://prntscr.com/4aosnu/direct

And here is sort test:

http://prntscr.com/4aotfe/direct

Regards