javascript - jQuery Datatable cell not updating -
i have table using jquery datatables with. picture: scenario: as can see in picture, there delete link. when link clicked, modal pop-up show asking user if want delete item. if yes, delete.. if no.. cancel out of modal. what want: when user decides delete item , confirms it.. change status of item "deleted", via ajax. able change value, value not show in table. have researched couple of days now, nothing seems work. my code <table id="item-table" class="table table-bordered"> <thead> <tr> <th class="text-center"> @html.displaynamefor(model => model.assettag) </th> <th class="text-center"> @html.displaynamefor(model => model.codemakemodel.makemodel) </th> <th class="text-center"> @html.displaynamefor(model => model.codestatu.status) </th> &l