0 Replies Latest reply on Feb 10, 2009 12:17 PM by martind1111

    Sorting and pagination for extendedDataTable

    martind1111

      I would like to know if it is possible to have an extendedDataTable that has the ability to both sort and paginate. I have tried to add sort to one of the columns of the extendedDataTable table (the example that uses the AuctionDataModel data model), but as soon as I add the sort property, the UIDataAdaptor starts creating an alternate data model that tries to load the whole back-end data (it calls the walk function with -1 as the numberOfRows parameter). I am wondering if this is a limitation or a bug.

      Martin