In laboring through a long unsorted product list that needs to be put into a table on a web page in alphabetical order, an order form to print and mail or fax, I recall having read a while back that there's a way to dynamically generate HTML tables and also, to sort them.
The closest I can recall it's got something to do with data binding; the data is sorted by clicking on the table header. The table itself is generated with <object> tags used.
Any clues on where to start, and how this is done?