Problems sorting Column in CellTable

444 views
Skip to first unread message

Pete

unread,
Aug 9, 2012, 12:50:18 PM8/9/12
to google-we...@googlegroups.com
Hi all,

I am using GWT 2.5 to create a CellTable with a sortable "Date" column.  All goes well until I click on the sortable column's header, but its not responsive.

Details here:

Any help is greatly appreciated.

Thanks!

Pete

Pete

unread,
Sep 13, 2012, 6:11:06 AM9/13/12
to google-we...@googlegroups.com
Was anyone able to get CellTable column sorting working in version 2.5 RC1?

Andrei

unread,
Sep 13, 2012, 11:38:22 AM9/13/12
to google-we...@googlegroups.com
It should be

a1.getDate().getTime().compareTo(a2.getDate().getTime())

or

a1.getDate().after(a2.getDate())
Reply all
Reply to author
Forward
0 new messages