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_grid_split.html# Basically I just need to pause the first few columns from moving while being able to sort the data. Anyone has any ideas? Thanks
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.
Leave a comment on jay.abdal's reply
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic