I think you can just do something like this to freeze the table header
element:
$("table th").css("position","relative");

Not sure how well it works across browsers.  I had issues with this on
IE7 when I later tried to resize the overflow:scroll div.

On Jan 22, 11:15 am, Mandrake <mandrak...@gmail.com> wrote:
> I've been using flexigrid and tablesorter for my data grid needs.
> However, i need a split datagrid function that these two do not have.
>
> You can check out what I mean by following this URL.
>
> http://dhtmlx.com/docs/products/dhtmlxGrid/samples/frozen_columns/pro...
>
> Basically I just need to pause the first few columns from moving while
> being able to sort the data.
>
> Anyone has any ideas?
>
> Thanks

Reply via email to