I thought this might be a fast way to remove the contents of a very large table (3000 rows):
$jq(\"tbody\", myTable).remove();
But it\'s taking
this works for me :
1- add class for each row "removeRow" 2- in the jQuery
1- add class for each row "removeRow"
2- in the jQuery
$(".removeRow").remove();