I am a newbie. I am wondering if someone can explain how to configure the tablesorter plugin to work with a table generated with ajax.
My usage is straightforward. 1. User makes form selections 2. hits submit 3. parameters passed to php file 4. table is generated from php/mysql 5. result is delivered to a <div> it works well. The problem is that I don;t know how to apply tablesorter to it (I need pagination and sorting). I tried the default set-up as explained in the doc, but nothing happens. Something needs to be done differently to support ajax tables, but I don't know what it is. Any help would be appreciated. Thanks. (It doesn't have to be tablesorter if there is a better way.)