Ghislain B.
Ghislain B.
He just created it, here's the SO [question](https://stackoverflow.com/questions/65246307/slickgrid-getitemmetadata-function-refers-only-to-the-last-item-563)
closing since this was asked on Stack Overflow and an answer was posted as well, refer to [Example - Colspan](http://[6pac.github.io/SlickGrid/examples/example-colspan.html](http://6pac.github.io/SlickGrid/examples/example-colspan.html)) for demo
Hey @jr01, I believe you are using Angular-Slickgrid so I must mention couple things in this regard. So in Angular-Slickgrid, what I'm using in the lib is the following 1....
I'm not totally sure what you mean, can you do a print screen or an animated gif? Other things to maybe consider, in Angular-Slickgrid I enable by default the `alwaysShowVerticalScroll`...
The thing to note is that in Angular-Slickgrid I call `autosizeColumns()` (legacy method) which is exactly the same as doing a Force Fit Column but only on the initial page...
@6pac just to be clear, I built my own auto-resize by cell content (the Angular-Slickgrid [Example 30](https://ghiscoding.github.io/Angular-Slickgrid/#/resize-by-content)) and so I'm not using yours because of many different reasons but the...
I'm adding new `onColumnsResizeDblClick` event in PR #605 so that I could eventually go over a column and simply double-click on its resize that will call a resize by content...
> I guess either a fill option or not deprecating `forceFitColumns=true` (and getting rid of the console.log message) is what I'm asking for. Since I believe you use Angular-Slickgrid then...
@cout the console warning was completely removed in latest v5.9.1
You might need [this](https://stackoverflow.com/questions/218065/overflow-to-left-instead-of-right/39874526#39874526) `direction: rtl` as pointed out in this [Stack Oveflow](https://stackoverflow.com/a/19738924/1212166) question.