Search Box in Datatable.
Search Box in Datatable.
ajinkya_aher
Posts: 8Questions: 0Answers: 0
I want to add search image after search textbox and increase its size in Datatable can anyone let me know how it is possible and where can I do this change
This discussion has been closed.
Replies
$('#txtSearch').keypress(function () {
oTable.fnFilter($(this).val());
});