I have been testing with the new JQM 1.3 docs..
Using the new Responsive tables script is pretty cool but lacking the following:
- No Column Filtering
- No Column Sorting (working with tablesorter.min.js)
- No Column Search
I added in the tablesorter.min.js and it works great to sort the columns
As far as filtering & searching, I would like to just use the default JQM filter box at the top of the table?
I wrapped my <table> in the following: <ul data-role="listview" data-inset="true" data-filter="true" ><br />
and get a nice Filter box, but it does nothing to filter the table records?
Anyone have any ideas on using the default filter box with the new responsive tables?