jeffreydwalter / ColReorderWithResize

Column reordering and resizing plug-in for DataTables
http://www.datatables.net/
MIT License
42 stars 51 forks source link

Needs to modify, but isn't modifying, .dataTables_sizing elements #20

Open mewalig opened 5 years ago

mewalig commented 5 years ago

It looks like the code contemplates this but doesn't yet do it-- multiple variables such as $scrollBodyThSizing are set to find the .dataTables_sizing elements, but none of them actually set them, which is a reason (possibly among others, not sure) that this library is not working for me with my Datatables.

Am using the following options:

 {
    dom: 'Rlfrtip',
    data: data,
    deferRender: true,
    scrollCollapse: true,
    scroller: true,
    scrollY: 300,
    ordering: false
  }

Any suggestions?