Re Draw the Table
Re Draw the Table
Esakki_Raj
Posts: 3Questions: 0Answers: 0
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
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.