-
Bug
-
Resolution: Fixed
-
Normal
-
Freshly, 8.6.0.1
-
Security Level: Jimmy
Steps to Reproduce
<grid> <columns> <column hflex="min" label="col-1"/> <column hflex="min" label="col-2"/> <column hflex="min" label="col-3"/> </columns> <rows> <row> <cell>cell-1</cell> <cell>cell-2</cell> <cell>cell-3</cell> </row> </rows> </grid>
Current Result
the grid body remains invisible
<div id="u9HV0-body" class="z-grid-body" style="overflow: auto;"> <table id="u9HV0-cave" width="100%" style="table-layout: fixed; visibility: hidden; width: 213px;"> <colgroup id="u9HV1-bdfaker">...
Expected Result
visible grid content
- relates to
-
ZK-4143 all columns hidden become visible in chrome
- Closed