Satch3000
Satch3000

Reputation: 49384

jquery mobile tables alternative

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

Answers (4)

Nathan Fig
Nathan Fig

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

Phill Pafford
Phill Pafford

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

mcgrailm
mcgrailm

Reputation: 17640

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

Upvotes: 0

Related Questions