EasyUI Forum

General Category => EasyUI for Angular => Topic started by: Swany on March 08, 2018, 12:03:38 PM



Title: DataGrid locks up when setting showHeader to false.
Post by: Swany on March 08, 2018, 12:03:38 PM
If you set showHeader to false on the DataGrid the page locks up. Here is the error I am receiving in the Console.
Error:
 ERROR TypeError: Cannot set property 'height' of undefined

My code:
<eui-datagrid [showHeader]="false" [data]="data" selectionMode="cell" [clickToEdit]="false">
     <eui-grid-column field="Member" ></eui-grid-column>
</eui-datagrid>

I am on the newest version of EasyUI. Any help would be greatly appreciated.


Title: Re: DataGrid locks up when setting showHeader to false.
Post by: stworthy on March 08, 2018, 05:26:57 PM
Please try to download a newer version from https://www.jeasyui.com/download/index.php


Title: Re: DataGrid locks up when setting showHeader to false.
Post by: Swany on July 10, 2018, 07:48:52 AM
Jarry,

Issue was corrected with the update to version 1.1.11. This could have been correct earlier, but I just got around to retesting it with this update.

Thanks