Can't you just use context menu like this:
http://developer.yahoo.com/yui/examples/datatable/dt%5Fcontextmenu.html
FractalizeR
2009-09-17 19:53:04
Can't you just use context menu like this:
http://developer.yahoo.com/yui/examples/datatable/dt%5Fcontextmenu.html
I do not believe that anything like this currently exists. Ascending/Descending sort is supported out of the box, but I assume you know that.
Filtering can be done (there are examples here and here), but not with the UI you want. You should probably tell your boss that the cost involved in your writing this feature to satisfy his whim is probably not worth the benefit, and you should find another UI paradigm that's easier to implement.
That said, if you do decide to subclass the DataTable to do something like this, please do submit your changes back to YUI so that everyone can benefit from them