EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: A-K on August 17, 2014, 01:29:54 PM



Title: resize with filters doesnt work well
Post by: A-K on August 17, 2014, 01:29:54 PM
Hey, I am using the new 1.4 version, the filters extension and my columns are in percentage
and I noticed a problem, when resizing the datagrid the column headers do not change their width but the columns itself does

I do resize when the window size is changed (but I also tried to change it with an onclick event on a button and same effect)

This is the code of the resize:
Code:
$(window).resize(function () {
    $('#dg').datagrid('resize');
});

In the images below there are the defualt size and the one after the resize.

Thanks, Alon.


Title: Re: resize with filters doesnt work well
Post by: jarry on August 17, 2014, 06:45:53 PM
Please try to download the newest 'datagrid-filter.js' file from http://www.jeasyui.com/extension/datagrid_filter.php


Title: Re: resize with filters doesnt work well
Post by: A-K on August 17, 2014, 10:05:25 PM
Thanks! It works great, The extension is updated very frequently is there a place I can check each time
if there is a new version for the extension?