Here the answer : http://datatables.net/forums/comments.php?DiscussionID=2815
- Known limitations: Absolute positioning is used, so in some browsers which are a little slower (basically everything but Webkit), there can be a little jarring when scrolling. Fixed positioning cannot be used for FixedColumns (unlike FixedHeader where it is used), since the element must be placed relative to other elements, not to the screen. Richard On Tue, Dec 14, 2010 at 11:52 AM, Richard Vézina < ml.richard.vez...@gmail.com> wrote: > Hello Bruno, > > DataTables not your plugin.. > > Did you notice with FF when you fix Column when you xscroll that the fixed > column also tends to drag with the other columns... > > With Chrome no problem... > > With IE it is even worse the fixed column overlay... > > Richard > > > On Tue, Dec 14, 2010 at 11:24 AM, Bruno Rocha <rochacbr...@gmail.com>wrote: > >> 2010/12/14 Branko Vukelic <bg.bra...@gmail.com> >> >>> PowerTable? ;) >> >> >> PowerTable is a good idea! Thanks. >> >> I just finished the DetailsTable function, it make an ajax call to a >> defined function, pass KeyColum,DetailColumns and rowid, and returns a >> second table (or whatever you want) in to the details. >> >> Look the attached screenshot. >> >> In-line editing is almost done, this works very well with texts, but I >> want to load widgets as Selects, Dropdown, Checkbox. Need some help from a >> JavaScript expert. >> >> >> -- >> >> Bruno Rocha >> http://about.me/rochacbruno/bio >> > >