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.65k stars 730 forks source link

W2Grid : some rows are not equals #2390

Open lucastucious opened 1 year ago

lucastucious commented 1 year ago

Short description

I've added some css to enable word wrap but if it works fine on table, select and row line are not in the same div so can't follow : image

css code for reference :

  .w2ui-grid-data {
  color:black;
  word-wrap: normal;
  } 

  .w2ui-grid .w2ui-grid-body table td.w2ui-grid-data>div{
    overflow: visible;
    white-space:break-spaces;
  }

What is desired behavior

May the select rows should be in the same table ?

Infos

w2ui 2.0 chrome 110.0.548