Re Draw the Table

Re Draw the Table

Esakki_RajEsakki_Raj Posts: 3Questions: 0Answers: 0
edited June 2012 in General
Hi ,

i have placed input text boxes under each column header for searching. when the keyup event is fired up the filter action of the DataTable is performed :

[code] oTable.fnFilter(searchText,col_index) [/code]

Everything is working fine expect, i want to redraw the table i mean the filter should be remove and all the row should be displyed. i have placed a button and i am trying to call the
[code] oTable.fnDraw(true) [/code]
when the button is clicked. but its not working.

Help needed. how to do this .

thanks in advance
This discussion has been closed.