EasyUI Forum
May 09, 2024, 04:34:48 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: resize with filters doesnt work well  (Read 7328 times)
A-K
Full Member
***
Posts: 122


View Profile WWW
« 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.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 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
Logged
A-K
Full Member
***
Posts: 122


View Profile WWW
« Reply #2 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?
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!