I want to use Javascript to implement a datatable which can be reordered by clicking table head.
As I known jQuery and YUI have this plugin. But there's a further requirement that is user don't need to click table head but click another place out of table and the data table should be reordered normally.
Is there any suggestion?