Deleting row in table with Jquery in mvc project

前端 未结 4 1299
感情败类
感情败类 2021-01-06 15:55

I generate the following html code


        @for (int i = 0; i < Model.listUsers.Count; i++)
        {
            
4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-06 16:38

    replace this id with class because the id duplicate

    
    
    

提交回复
热议问题
@Html.DisplayFor(m => m.listUsers[i].Name) @Html.DisplayFor(m => m.listUsers[i].Phone)