Hi Experts,
I am using bootstrap 2 and datatables, and as per my requirement i need to display buttons in the last two column.
But while writing the code for displaying button, button is getting displayed properly but the search box and and sort icon is getting disappear.
Below is the code snippet for the button
<code>
<tr class="odd gradeX">
<td>Name</td>
<td>Test</td>
<td>Active</td>
<td>30</td>
<td><a href="#" class="btn btn-primary"><i class="iconic-unlock-stroke icon-white">View OTP</i></a></td>
<td><a href="#" class="btn btn-primary"><i class="icon-check icon-white">Download OTP</i></a></td>
</tr>
</code>
Can you suggest the code to troubleshot it.
Thanking in advance.
Regards,
Gupta
I am using bootstrap 2 and datatables, and as per my requirement i need to display buttons in the last two column.
But while writing the code for displaying button, button is getting displayed properly but the search box and and sort icon is getting disappear.
Below is the code snippet for the button
<code>
<tr class="odd gradeX">
<td>Name</td>
<td>Test</td>
<td>Active</td>
<td>30</td>
<td><a href="#" class="btn btn-primary"><i class="iconic-unlock-stroke icon-white">View OTP</i></a></td>
<td><a href="#" class="btn btn-primary"><i class="icon-check icon-white">Download OTP</i></a></td>
</tr>
</code>
Can you suggest the code to troubleshot it.
Thanking in advance.
Regards,
Gupta