olifolkerd / tabulator

Interactive Tables and Data Grids for JavaScript
http://tabulator.info
MIT License
6.76k stars 821 forks source link

Column resizing is not working in groups with invisible columns #4632

Open ClarissetteB opened 1 week ago

ClarissetteB commented 1 week ago

Describe the bug When using column groups and invisible columns, most of the visible columns are not resizable.

Tabulator Info 6.3

Working Example https://jsfiddle.net/0dyp2jvg/

To Reproduce

  1. Check that hideColumns = true;
  2. Try to resize the columns
  3. Only few columns are resizable

Expected behavior All columns should be resizable. If you set hideColumns to false, it is working as expected

Desktop:

Thanks for the hard work, it's truly amazing !