Reputation: 49384
I've been trying out tables in my jquery mobile projects but they don't look right.
Lists look fine but I need to be able to add Headings and then different rows.
So, whats the best tables alternative for JQuery Mobile please?
Upvotes: 8
Views: 11722
Reputation: 12711
use the foo tables. worked great for me.
http://fooplugins.com/footable-demos/
http://css-tricks.com/footable-a-jquery-plugin-for-responsive-data-tables/
download here
Upvotes: 1
Reputation: 15109
Agreed - jquery mobile still has poor table support (Sencha Touch is better in this regard if tables/grids are super important to you).
You could try integrating a table/grid plugin (pretty good discussion on those here), but beware that jquery mobile's CSS attributes conflict with those of jquery-ui themes, and many plugins use jquery-ui.
Upvotes: 1
Reputation: 85308
Well there is a Grid Layout as well, but lists can be styled in many different ways.
Could you tell us what you're exactly looking for?
Upvotes: 3