Answers for "remove all row in table jquery"

1

jquery remove all tr from table

$("#tableId > tbody"). empty();
Posted by: Guest on February-28-2021
0

remove current table row in jquery

$(this).closest('tr').remove();
Posted by: Guest on November-26-2021

Code answers related to "remove all row in table jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language