Is it possible to have forceFitColumns and horizontalScrollBar both at the same time

22 Views Asked by At

I have a table that I created using angular-slickgrid AngularGridInstance in that I can add new columns, reorder the columns, shrink and expand the columns

If I expand the columns too much that it goes beyond the screen then a Horizontal scroll bar comes which is fine.

However, when I shrink columns excessively, a gap appears on the right side, which is undesirable. How can I ensure that the last column covers any gap created by shrinking columns?

I tried using forceFitColumns = true. But if I use that then it causes problems when I expand the columns other columns get shrunk and no scroll bar is displauyed. So I was thinking is there any possible way in which I can forceFitColumns and can have Horizontalscroll bar bothe at the same time.

0

There are 0 best solutions below