I thought this would be rather simple but it seems the empty method is not working to clear out a tbody that I have. I would appreciate if anyone knows a proper way to do this,
You probably have found this out already, but for someone stuck with this problem:
$("#tableId > tbody").html("");