Re: add asc or desc icon indicator for sorting in ajaxFallbackDefaultDatatable

2009-12-09 Thread TahitianGabriel
message in context: http://old.nabble.com/add-asc-or-desc-icon-indicator-for-sorting-in-ajaxFallbackDefaultDatatable-tp26719310p26720205.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscrib

Re: add asc or desc icon indicator for sorting in ajaxFallbackDefaultDatatable

2009-12-09 Thread fachhoch
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > > -- View this message in context: http://old.nabble.com/add-asc-or-desc-icon-indicator-for-sorting-in-ajaxFallbackDe

Re: add asc or desc icon indicator for sorting in ajaxFallbackDefaultDatatable

2009-12-09 Thread fachhoch
h wrote: >> >> I use AjaxFallbackDefaultDatatable ,please tell me if I can add an icon >> for sortable column indicating asc or desc >> >> > > -- View this message in context: http://old.nabble.com/add-asc-or-desc-icon-indicator-for-sorting-in-ajaxFallb

Re: add asc or desc icon indicator for sorting in ajaxFallbackDefaultDatatable

2009-12-09 Thread Igor Vaynberg
you can do it via css, afair wicket will already set some css classes on the th to indicate the sort direction. -igor On Wed, Dec 9, 2009 at 3:04 PM, tubin gen wrote: > I use AjaxFallbackDefaultDatatable   ,please tell me if I can add an icon > for sortable column  indicating asc or desc >

Re: add asc or desc icon indicator for sorting in ajaxFallbackDefaultDatatable

2009-12-09 Thread TahitianGabriel
/arrow_off.png) no-repeat right; } Regards, Gabriel. fachhoch wrote: > > I use AjaxFallbackDefaultDatatable ,please tell me if I can add an icon > for sortable column indicating asc or desc > > -- View this message in context: http://old.nabble.com/add-asc-or-desc-icon-indica

add asc or desc icon indicator for sorting in ajaxFallbackDefaultDatatable

2009-12-09 Thread tubin gen
I use AjaxFallbackDefaultDatatable ,please tell me if I can add an icon for sortable column indicating asc or desc