I am new to jquery mobile. Now I want to implement table with multiple columns for tablet UI. How can I implement this multiple columns table concept by using jquery mobile framework. Please guide me if any one did this concept.
Thanks in advance.
I am new to jquery mobile. Now I want to implement table with multiple
Share
Try adding something like this:
This is a grid layout. There is not something like table in JQM, but it may imitate it.
Try this link: jQM Grids