alkanegit

Results 2 comments of alkanegit

Fixed it: //if ($table.hasClass('stacktable')) { // return; //} //remove paged temp stackable $(".pagedStackable").remove(); and i rebind after each page like so: $('#searchresults').cardtable({ myClass: 'pagedStackable' });

Added another 'fix' too. If I have a blank row in my table (intentionally) I do not want the header key in my stacked table. So I put a class...