So far it allows you to fix the first row if desired as header, sort your data (sort is string based, so 11 will appear before 2, for example) but I think most interestingly to format it with an arbitrary string... for example you could format your data using something like: <a href="{1}">{0} - {2}</a> for some data where the column 0 is the index, 1 is the url and 2 is the name.
I'll be working on a page to describe the example with actual data but in the mean time I'm open for feedback
I think allowing the possibility to assign types to columns for the sort would be good, but I'll only do it if people are interested in the plugin
Cheers
Eric