smasala / ColResize

DataTables extension to make columns resizable
MIT License
22 stars 12 forks source link

does not work with boostrap styling #2

Closed mafar closed 6 years ago

mafar commented 6 years ago

See here. https://jsfiddle.net/bababalcksheep/ftmsp3rg/

It will be helpfulll if all datatables plugins and styles are supported and shown in demo as well

smasala commented 6 years ago

The <tfoot> tag is causing the prob here. Not bootstrap.

Added issue for this: https://github.com/smasala/ColResize/issues/3

mafar commented 6 years ago

I fixed fiddle again as you suggested. https://jsfiddle.net/bababalcksheep/ftmsp3rg/9/

  1. Now try resizing any column.
  2. press ctrl + mouse scroll down to zoom out page.
  3. Vertical scroll bar is in middle of table

untitled

smasala commented 6 years ago

@mafar yes, page zoom causes weird side-effects. https://github.com/smasala/ColResize/issues/4

Feel free to attempt a few PR's if you like 👍