Skip to main content
May 28, 2021
Question

Sort failing on service backed record

  • May 28, 2021
  • 2 replies
  • 0 views

I have a entity-backed record, with sorting applied on Transaction Id. While sortinfo is on date field.

Sort is not working as expected.

When i first land on the page, sorting on descending as expected.

When i click on next button to get next 25 records, getting data starting from 26 - rest.

Again if i click back icon, seeing records from 1-25 instead but not the data form screenshot-1. 

Any suggestions please?

    2 replies

    gayathris111098
    May 29, 2021

    Hi 

    Try sorting it by Primary key (Transaction Id). 

    June 1, 2021

    Sorting is working with primary key but not in descending order. We need descending order sorting.