ngx-datatable icon indicating copy to clipboard operation
ngx-datatable copied to clipboard

frozenLeft broken after upgrade from 21.1.0 to 22.0.0

Open ralscha opened this issue 2 months ago • 0 comments

After upgrading from 21.1.0 to 22.0.0 the frozenLeft config no longer works correctly.

Version 21.1.0

The ID column is frozen left Image

Version 22.0.0

Only the header of the column ID is frozen left. Image

Here is a project to demonstrate the problem: https://github.com/ralscha/swimlane-frozen

Change the version in package.json to switch between the two ngx-datatable versions.

ralscha avatar Dec 03 '25 11:12 ralscha