clearing and refreshing table
clearing and refreshing table
anilj
Posts: 6Questions: 0Answers: 0
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.
[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.