Wednesday, October 5, 2011

Re: GWT CELLTABLE : How to set descending icon to column on celltable header ?

Just call you method twice and the icon will be DESC :)

table.getColumnSortList().push(testColumn); => ASC
table.getColumnSortList().push(testColumn); => DESC

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/FSX3ueWLRK0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment