I want to implement the Demo shown at http://tablesorter.com/docs/example-pager.html in a mobile application. I want each row in the Demo to be collapsible/expandable. What is the best way to achieve it? To my knowledge tables don’t work well in mobile applications. Correct me if I am wrong. Thanks.
== EDIT ==
This is almost all I want
I’m not sure how this will do in a mobile application, but check out this demo. No need to download that mod as it was added to tablesorter 2.0.5.
The demo shows how to use an undocumented option named
cssChildRowwhich contains the class nameexpand-child. This class name is added to a table rowtrto attach it to the row before it (example code from that demo):The code needed to make the rows collapsible in in this file: jquery.tablesorter.collapsible.js