Clear datatable when using server side processing?
Clear datatable when using server side processing?
gwin003
Posts: 1Questions: 1Answers: 0
Is there an easy way to clear the table when using server side processing? I have tried 10 different things but haven't been able to property clear the data.
I have read in other posts that I have to delete the rows from the server side then requery the server? I don't want to delete anything on the server, I would just like to clear the data from the client. This seems like such a trivial feature and I'm sure plenty of people would use it.
This discussion has been closed.
Answers
Same boat here, seems silly that clear() can't work in both client/server served datatables. I just want to "reset" the display, without necessarily destroying the table and starting from scratch.