Is there a way (using jquery, yui or some other js library) to display a grid that has the headers in the first column?
That is, I would have something like:
Name Geoffrey
EMail GMan67@..
Username GJFM
Instead of:
Name EMail Username
Geoffrey GMan67@.. GJFM
G-Man