Hi,
I understand that the ManualColumnResize plugin has a length floor of 20px when user adjusts the columns manually. We need it to be limitless as our users are used to our legacy application which does not have this limit.
I realized that setting colWidths of individual columns below 20px is possible, but the user is unable to shrink the columns back below 20px if they were to manually adjust them.
Cells A, B and C are now 10px wide.
User adjusts Cell C’s column width, and is now unable to shrink it below 20px anymore.
Is there anyway to bypass this feature? Thank you.