I am new here in Jquery, please I have two pages parent.html and child.html, the parent has a link called "Search", when clicked the child open in a modal centered window that has a search form, the search in the child return a list of rows, so when clicking a row the child window close and data is transferred to the parent.
1) I want to use jquery tablesorter but one of my coworkers tols me it's not a good idea to bring all the rows from a database to the page at once, it's not good for the performance.
2)tablesorter is not working with two tables in the same page.