Describe the bug
I tried different layouts: fitDataFill, firColumns & widthGrow and widthShrink but the last column still moves when resizing other columns. Ultimately I need the last column be responsive when resizing columns.
Tabulator Info
To Reproduce

Expected behavior
The last column should be responsive when resizing other columns.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Thanks!
(Edit: I removed the JSFiddler link because it also moves the last column, which is not desireable)
Hey @ngduc
Thanks for the info, i would consider this a new feature rather than a bug, it is just another way to lay out the table.
The fitColumns layout is designed to fit data to the table where possible and allow it to overflow when it is bigger than the table, which when the column resizes is the case. Which is a mode of operation used by a lot of users.
I can certainly see where this version could be useful so i will stick it on the roadmap for a future version.
Cheers
Oli :)
Hey @ngduc
I have just pushed an update for this to the 4.5 branch that will be released in the next few weeks.
There will be a new fitDataStretch layout mode that will stretch the last column to fill the width of the table.
Cheers
Oli :)
Most helpful comment
Hey @ngduc
Thanks for the info, i would consider this a new feature rather than a bug, it is just another way to lay out the table.
The fitColumns layout is designed to fit data to the table where possible and allow it to overflow when it is bigger than the table, which when the column resizes is the case. Which is a mode of operation used by a lot of users.
I can certainly see where this version could be useful so i will stick it on the roadmap for a future version.
Cheers
Oli :)