In my application, I am utilizing a ng-grid with auto height and width. The challenge arises when dynamically adding columns to the grid. If there are too many columns to display, instead of showing a horizontal scrollbar, the columns shrink in size and appear in a messy layout within the grid. Despite the grid's width remaining constant, all columns are resized to fit without an option for scrolling horizontally. Any insights on how to enable the horizontal scrollbar?
Edit: The initial query has been resolved to include a horizontal scrollbar. However, only some columns are visible initially. Upon scrolling right, the grid displays as empty beyond a certain point, indicating that the last few columns are not properly bound to ng-grid. Only the columns that can be displayed within the grid without scrolling are properly bound. Any suggestions for resolving this issue?
Note: I am using ng-grid version 2.0.11. Could this version be causing the problem?