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 Mob开发者_JS百科ile please?
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?
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.
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
you want to stick with lists there are different ways to divided the lists up you should look at inset lists i think that's what you want list dividers may be the way to go for you not really sure what look your going for
精彩评论