tzezar / datagrid

Datagrid made in svelte. Easy to use. Easy to customize.
https://tzezars-datagrid.vercel.app
MIT License
124 stars 3 forks source link

Sub pixel gap between pinned column cells #9

Closed tzezar closed 1 month ago

tzezar commented 1 month ago

On mobile there is small sub pixel gap between pinned column cells. Probably due to incorrect styling (missing border?) or function that calculates offset need to be adjusted Screenshot_20241010-102903

tzezar commented 1 month ago

Same as #8

Upon further inspection, the gap occurs only on some browsers and only when the window is enlarged. Probably due to the use of css borders. Closing for now.