Search Box in Datatable.

Search Box in Datatable.

ajinkya_aherajinkya_aher Posts: 8Questions: 0Answers: 0
edited October 2013 in TableTools
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

Replies

  • ajinkya_aherajinkya_aher Posts: 8Questions: 0Answers: 0
    aree bhai koi hai
  • ajinkya_aherajinkya_aher Posts: 8Questions: 0Answers: 0
    I sorted out this by adding new textbox on page and hiding the default search textbox and setting search function on new text box the function for search text box is:


    $('#txtSearch').keypress(function () {
    oTable.fnFilter($(this).val());
    });
This discussion has been closed.