Persistant Header

Persistant Header

For future JQuery Mobile, we'd really like a persistent header.

For example, when I use Charles Schwab and I scroll a table/list, as I scroll up, the header stays at the top until the next header.  Then, that header stays persistent at the top until a following header.

I really want this (even at one basic level) for my JQM apps.

Maybe it's not called a header...but go here:

http://demos.jquerymobile.com/1.0a1/#docs/toolbars/footer-persist-a.html

Now, I'd like A to be at the for as many of the A's  ... when the B's start, then B stays at the top until C.  

A good example is the mobile app from Charles Schwab.   What I am saying is if you have the titles to your rows:

Name, Address, Street, City
data
data
data
data

And you scroll the browser, you want to see Name, Address, Street, City stay at the top and the data inside scrolls automatically.

Here's an example:

http://css-tricks.com/examples/PersistantHeaders/

How can I do this?