Can anyone point me to any sample or can provide any sample of a Jquery Mobile table please?
I\'ve seen the demos on their website and found no tables.
I nee
Try this layout instead
-
Heading1
Meaning1
Heading2
Meaning2
Heading3
Meaning3
-
Heading1
Meaning1
Heading2
Meaning2
Heading3
Meaning3
and the css
ul {
width: 100%;
margin-left: 0px;
padding: 0px;
}
ul li {
list-style-type: none;
border-bottom: 1px dashed gray;
margin-top: 10px;
}
*fixed small bugs but have to add this to make substantial edit