EasyUI Forum
September 14, 2025, 02:04:44 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: datagrid on: January 22, 2014, 02:25:04 AM
Hi
Please let me explain.

Basically I just want to refresh the data grid including the column headers.

I need to remove all of the columns because I’m designing an interface that allows the user to create a MySQL database. They can then add and remove columns where required.  At the moment I I’m just reloading  the page but this does not look too good.

thanks
2  General Category / EasyUI for jQuery / datagrid on: January 21, 2014, 10:26:01 AM
Hi,


How do I remove all  of the columns  from a datagrid including the headers?
3  General Category / EasyUI for jQuery / Re: onSelect accordion on: December 15, 2011, 07:21:53 AM
Hi all,

I have managed to sort the above.

here is the code if anyone is interested.

    var accordionSelected = $('#accordion_trees').accordion({
         onSelect:function(title){
            SelectedActionsWith(title);
         }
      });
4  General Category / EasyUI for jQuery / onSelect accordion on: December 14, 2011, 09:46:35 AM
Hi,

can anyone show me an code example of the onSelect event for the accordion.

Thanks in advance.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!