EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Pierre on June 26, 2017, 09:34:56 AM



Title: [SOLVED] EasyUI and other framework
Post by: Pierre on June 26, 2017, 09:34:56 AM
Hello development
I need to integrate EasyUI with other framework and it works partially.
I made simple example here:
http://code.reloado.com/ecituq3/24/edit#preview
What I try to do is to display data-grid at 80% of browser height and 100% of container width but datagrid is always resizing when you resize browser window and it is not resized initially.
How to display datagrid at 80% of height and 100% width, please?
Thank you.


Title: Re: EasyUI and other framework
Post by: stworthy on June 26, 2017, 05:06:26 PM
Please look at this example http://code.reloado.com/ecituq3/26/edit#preview


Title: Re: EasyUI and other framework
Post by: Pierre on June 26, 2017, 11:07:42 PM
You are the man, thank you so much for your help.