I am able to send to only current page's data of pagination when submitted through a form....How can i send all the data of pagination when submitted through form.
Pagination don't have all the data, it only have data for current page, bacause of internal using LIMIT statement.
If you want to send all the data thru POST you will need to build query yourself without LIMIT statement