How to Insert a page in between pagelist?
Let’s say I have a customer page list with 5 pxResults and I need to insert a new page at 2nd when Insert a new page existing 2nd page will be pushdown to 3rd, existing 3rd page will be pushdown to 4th like that. Basically when we insert a new page all the position of pages will be pushdown to next level from 2nd. Can you tell me the design approach or logic how you can achieve this?