Hi there ; I think the simplest option would be to put a boolean field on the entity that you are sorting. Then add the column as usual (e.g using AbstractColumn the checkbox) . Then sorting will be done just as in the other fields.
Josh. On Thu, Jan 19, 2012 at 7:31 PM, ridaa <[email protected]> wrote: > Hi, > > I am using a check box panel to build a column of check box in data table > using abstract column. How do i impose sort on it.On click of sort the > selected checkboxes should appear on top and rest at the bottom. > Do i need to use sortableComparator class..It would be a big help if some1 > can provide a sample code. > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/regarding-sort-property-tp4310532p4310532.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
