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>&nbsp;dfg</td>  <td width=100>&nbsp;dfg</td>  <td width=150>&nbsp;fg</td></tr>  <tr>  <td>&nbsp;ere</td>  <td>&nbsp;fgrty</td>  <td>&nbsp;dfd</td></tr>  <tr>  <td>&nbsp;dfd</td>  <td>&nbsp;dfet</td>  <td>&nbsp;dfdf</td></tr>  <tr>  <td>&nbsp;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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -