TonyGermaneri / canvas-datagrid

Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.
BSD 3-Clause "New" or "Revised" License
1.43k stars 184 forks source link

Freeze column/row on scroll hides freeze line #525

Open astectus opened 1 year ago

astectus commented 1 year ago

With version 0.4.5 a new design for freezing columns and rows was introduced. But together with it there is a bug when you try to move the frozen column on scrolled content.

Here is a video of the issue https://www.awesomescreenshot.com/video/12875314?key=8c6db7279ca62fa23463b2db69c44ea8

library version 0.4.5 . On the older version, everything works well.

P.S. the issue was introduced in version 0.4.4

TonyGermaneri commented 1 year ago

Thanks for the report and the video! I'll see what I can do to fix the issue. In the meantime if you need the freezing feature I suggest downgrading until this is fixed.