andycrespo27 / flexigrid

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

Show Quick Search by default #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I've checked through the codes, may I know how to make the Quick Search
field load by default?

Original issue reported on code.google.com by kitson...@gmail.com on 31 Mar 2009 at 7:15

GoogleCodeExporter commented 8 years ago
It's simple. Add this line below flexigrid call:

$('.pSearch').click();

Original comment by especial...@gmail.com on 14 Apr 2009 at 10:03

GoogleCodeExporter commented 8 years ago

Original comment by eric.caron on 22 Dec 2010 at 3:31

GoogleCodeExporter commented 8 years ago
$('.pSearch').ready() use this load the search by default load

Original comment by vara.mul...@gmail.com on 5 Aug 2013 at 5:27