Re Draw the Table
Re Draw the Table
![Esakki_Raj](https://secure.gravatar.com/avatar/a14c179194140806b432f04c5b923e5c/?default=https%3A%2F%2Fvanillicon.com%2Fa14c179194140806b432f04c5b923e5c_200.png&rating=g&size=120)
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.