Clear datatable when using server side processing?

Clear datatable when using server side processing?

gwin003gwin003 Posts: 1Questions: 1Answers: 0
edited May 2015 in Free community support

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.

Answers

  • nhavarnhavar Posts: 7Questions: 3Answers: 0

    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.

This discussion has been closed.