I have a jQuery Mobile web page with an Inset List that is wrapped in a HTML form. When the action is Submit, the POST parameters are validated in a corresponding file. An SQL query uses these parameters to extract data as per user's actions.
I was wondering, how I can display this query data in a tabular format which has about 8 columns.
Note: This application is actually used on desktop PCs only.
Any suggestions are welcome.