clearing and refreshing table

clearing and refreshing table

aniljanilj Posts: 6Questions: 0Answers: 0
edited March 2014 in DataTables 1.10
I have a button to clear the search form fields, so I did:

[code]searchTable.clear().draw();[/code]

That seems to continue to submit cached data. I've tried a ajax.reload() without much success. Do I need to column().search() with empty data? That seems cumbersome, since I have 4 form fields that I want to clear.
This discussion has been closed.