Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1816

Search option and sort icon getting dissappear

$
0
0
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

Viewing all articles
Browse latest Browse all 1816