petoendre / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Default sort order of SortableGrid should be user settable #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of gwt and gwt-incubator are you using?
r1196

SortableGrid.sortColumn(index) defaults to ascending if the column index
changes.  It would be nice to provide a
SortableGrid.setDefaultSortOrder(boolean) method to set the default sort
order to ascending or decending.

Original issue reported on code.google.com by jlaba...@google.com on 11 Nov 2008 at 7:11