0 Replies Latest reply on Sep 24, 2008 10:10 AM by asavitsky

    Is it possible to delegate the sorting to be done outside th

      By default, RF does sorting in-memory on the DataModel. When I display a large dataset, the DataModel contains only a subset of data (I don't use the RF ExtendedDataModel, preferring to do the paging directly in Seam's EntityQuery), and the in-memory sorting doesn't work properly. Is it possible to delegate the actual sorting to some outside bean/method, while still retaining the RF UI part?