Hi,
I have problem with table with lot of columns. Columns on right side of table (column number 7 and more) ignore setting of flex width.
Here is example:
http://jsfiddle.net/fabvd154/2/ ... scroll horizontaly to right and you will see that columns has probably minimum width.
I look at code of pqgrid and I see that widths are computed only from visible part. If I change _minColWidth to lower value, it helps for more columns. But it is not final solution.
I need virtualX and virtualY turned on for scolling speed.
Is there some solution for columns width in table with lot of columns?