Scrollable async table with fixed header & fixed first column

Hi All,

I was trying to have a table in CAF with

  1. Fixed Header, that scrolls horizontally with horizontal scroll bar but remains static with vertical scroll bar
  2. Fixed first column, that scrolls vertically with vertical scroll bar but remains static with horizontal scroll bar

Something like http://datatables.net/release-datatables/extras/FixedColumns/index.html

Is this possible? Any pointers?

Thanks in advance,
Anuj

Any solution found for the above requirement in CAF?

Someone suggested that you could achieve that with JQuery and then include those scripts in your CAF app but I did not try it.