DaltonPimmel / flexigrid

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

sort,seach, for existed table ,does it work? #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i am using flexgrid,

i want it can sort,search for existed table ,does it support this?

in the example3,the data is from php,
here ,i dont use server,just for existed ,can it work?

thank you very much

Original issue reported on code.google.com by lyili...@gmail.com on 7 Aug 2011 at 3:41

GoogleCodeExporter commented 8 years ago
<table id = "existed">
<thead></thead>
<tbody>
<tr>
<td>xxx
</td>
</tr>
</tbody>
</table>

$('#existed').xxxxx
like this

Original comment by lyili...@gmail.com on 7 Aug 2011 at 3:42