dynamically add remove rows in table using jquery

后端 未结 2 1632
说谎
说谎 2020-12-10 21:34

I have construted my table as follows:

    
2条回答
');

And for the deleting:

$('#dataTable thead tr').click(function() {
$(this).hide(); //hide the row, this doesn't delete it.
});

.

提交回复
热议问题
Name
NameValue