dwr.util.removeAllRows()

Syntax:
dwr.util.removeAllRows(id);
Description:

Removes all the rows in a table element specified by id. For worked examples see the tables documentation.

Parameters:
  • id: The id of the table element (preferably a tbody element)