i'm getting oTable(strValue).search.draw() is not a function.
i'm getting oTable(strValue).search.draw() is not a function.
VishnuHBS
Posts: 20Questions: 2Answers: 0
Hi guys,
I'm using DataTable 1.10.0 version.
i using data table to displayed the user details. but i search the user table from external search button, when i click the button, i got "oTable(strValue).search.draw() is not a function". what can i do now???? pls help me solve this issue guys.
This discussion has been closed.
Replies
<button type="button" id="user_search" name="userSearch"
onclick="searchUserFilter();" class="btn blue">
Search <i class="m-icon-swapright m-icon-white"></i>
</button>
i'm using oTable.fnFilter(finalFilter, 0); instead of
oTable(strValue).search.draw();
Now it is working well.
Second top FAQ :-)
Allan