Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 544
Satch3000 Avatar asked Apr 23 '11 15:04

Satch3000


People also ask

Is jQuery Mobile dead?

jQuery Mobile is no longer supported.


2 Answers

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?

like image 119
Phill Pafford Avatar answered Oct 10 '22 04:10

Phill Pafford


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.

like image 20
Nathan Fig Avatar answered Oct 10 '22 05:10

Nathan Fig