Hi ,
I have an excel copy feature(autofill) in my data table. But One issue I am facing i.e. on autofill on nth page, it always refresh the pagination/table and scrolls up to the very first page. And pagination got refreshed " showing first 20 of totalCnt" as 20 is iDispalyLength(first page capacity)
What I need is after using autofill feature on any page I want to to stay in that page only and don't want my table to be refreshed and scroll up to first page.
PFB the test case for reference. https://github.com/ssurajita/TestProjects/tree/master/AutoFillTest
Can anybody help me out to fix this issue. Any quick help appreciated.
Regards, Soumya