html - how to implement jquery.FloatThread plugin in my code -
please me instructions using jquery.floatthread plugin in below code
#container{ }
<div id="container"> <table border="1"> <tr> <th width=100 >a</th> <th width=100>b</th> <th width=150>c</th> </tr> <tbody > <tr> <td width=100> dfg</td> <td width=100> dfg</td> <td width=150> fg</td></tr> <tr> <td> ere</td> <td> fgrty</td> <td> dfd</td></tr> <tr> <td> dfd</td> <td> dfet</td> <td> dfdf</td></tr> <tr> <td> xzcvc</td> <tr> </table> </div>
i didn't implement 'table.demo' found in below code in code
var $table = $('table.demo');
$table.floatthead();
put row containing th's inside thead block.
i didn't implement 'table.demo' found in below code in code
run using $("#yourtableid").floatthead();
Comments
Post a Comment