vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.63k stars 735 forks source link

w2grid 2.0 have freezing column have row align not correct #2533

Open vinhpt2 opened 1 month ago

vinhpt2 commented 1 month ago

w2grid 2.0 have freezing column have row align not correct. The cell of freezing column have height less then normal cell (1 pixel). Please check!

mpf82 commented 1 month ago

Looks correct for me in FF and Chrome:

https://w2ui.com/web/demos/#/grid/27

grafik

Can you please provide a MCVE?

vinhpt2 commented 1 month ago

Thanks for your comment! I have look back my app and found that will course the problem.

  1. The data is get from url request and have more then >100 line (The error occur when you scroll down)
  2. Have a column editable:{type:'checkbox'}

image