spring angular pagination problem sorting outputed data
i have a spring boot angular application already implemented ,i’m trying to implement a pagination within the project ,eveyrthing works fine except the fact that the data fetched to client side is not sorted properly ,for example i find data starts with id number 10 ,11 .. then unexpectedly jumps to id number 15 ,i also find id number 1 in page number 5 and so on ..