JQuery Pagination plugins
I've tried a number of pagination plugins, such as tablesorterPager, pajinate, SimplePager, etc, and with all of them got the same problem - if I'm removing some row from table (for example table rows are paginated at 5 rows on page), like a row #4 which is displayed on page one, then, after walking on pages, if Il return to the first page, there will be only four rows, or even - five, with restored deleted row (this is behavior of tablesorterPager), instead of correct repagination of rows. Also I get the same problem trying to add some new row.
I havent found any solution how to solve this, none of plugins have no option to repaginate rows, or remove pagination. Can anybody advice some plugin which will behave right in this situation?