daixufeng / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

Function for hide/show dinamically the grid #140

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I'm interesting in a function that hide/show the entire grid dinamically.
I'm searching for this function but I don't found it.
I've found in the code this piece of code:
$('div.ptogtitle', g.mDiv).click(function () {
  $(g.gDiv).toggleClass('hideBody');
  $(this).toggleClass('vsble');
});

Can you help me?
Thanks
Luca

Original issue reported on code.google.com by LucasPan...@gmail.com on 9 Nov 2012 at 8:39