EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Pierre on May 19, 2018, 02:15:11 AM



Title: [SOLVED] Changes in JS
Post by: Pierre on May 19, 2018, 02:15:11 AM
Hello
in last veersion (1.5.5.2) something is wrong with treegrid columns.
Please check attached images (1.5.5.2 and 1.5.4.5) where 1.5.4.5 version is OK.
Thank you.


Title: Re: Changes in JS
Post by: jarry on May 19, 2018, 02:57:27 AM
Please show an example to demostrate your issue.


Title: Re: Changes in JS
Post by: Pierre on May 20, 2018, 11:59:52 PM
Hello Jarry
here is simple example:
http://code.reloado.com/ekubij3/15/edit
Please check column header and treegrid columns - they are not straight.
Thank you.


Title: Re: Changes in JS
Post by: jarry on May 21, 2018, 01:44:38 AM
Please remote the 'mobile.css' from the page, or add this line to the page.
Code:
<style type="text/css">
*{
box-sizing: border-box;
}
</style>


Title: Re: Changes in JS
Post by: Pierre on May 21, 2018, 02:29:09 AM
I need mobile so I added CSS - It works, thank you so much.