I have table having 10 rows per page. I am using ajax to delete records from table. But when i delete a record i am left with nine rows, which is not desirable.
How to maintain 10 rows per page (wherever applicable) after deletion. And off course i don't want to refresh the page too.