trying to get a listview type table.

trying to get a listview type table.

Hello.

I have a simple three column table that I would like to show like JQM's listview; i.e. where each row is restricted to one line and is truncated with '...' (three dots) which automatically resizes, and the row links to the item details.

The first two columns are short (time + name) so the truncating will only occur on the last column (message). I have tried making a listview behave like a table and a table behave like a listview but have had no luck doing either.

How can I achieve either a tabulated listview or an auto-resizing truncated table row?

TIA, -Mark.

EDIT: I found the css3 text-overflow property provides the truncating on the data - I thought it was JQM doing something.