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
|
|
|
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); } });
|
|
|
|