Christopher Oliver dijo:
> Seems easy to add:
>
>
> import java.util.*;
>
> public class Repeater {
>         ...
>         public void sortRows(Comparator comp) {
>               Collections.sort(this.rows, comp);
>         }
>         ...
> }
>
>
> Anyone have a reason not to add this?

No problem, here, I prefer to let the database to do this work for us. Of
course some people is not using DB at all. For them can be this useful.

Best Regards,

Antonio Gallardo
>
> Jan Hoskens wrote:
>
>>Hi,
>>
>>Is it possible to do a sort on a particular widget(one or more) of a row
>> of
>>a repeater?
>>
>>Greetings,
>>
>>Jan
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>
>

Reply via email to