Resortable columns in an HTML only view

Not sure if this is even possible without switching views in lieu but anyone have any ideas on how to get the resortable columns when a view is generating HTML only (My column headings are also HTML)

Subject: RE: Resortable columns in an HTML only view

I suggest you create an view that’s not passthru and that has re-sorts, open it in the browser, and see what URLs are attached to the tags of those controls. Then perhaps you can reproduce these in your passthru HTML column headings.

Subject: RE: Resortable columns in an HTML only view

Thanks to all for the posts!

I was hoping there was something cleaner, but I’ll compute my URL’s to be relative, and it should work fine.

Jeff

Subject: RE: Resortable columns in an HTML only view

… and remember that your resort columns will need to be data-only and hidden, since the HTML may not sort in the same order as the data it displays.

Subject: If they are hidden, how can you Re-Sort them?

Subject: Via the URL…

The HTML resort links will be in the column headers of displayed columns – they must be manually inserted – but they will point to hidden columns with “click to sort” properties.