angular-xeditable

Angular-Datatables + Angular-xeditable : editable row canceled

喜夏-厌秋 提交于 2021-01-28 04:08:20
问题 When combining angular-datatables and angular-xeditable, editable row is canceled when adding a new row. This is the jsfiddle. Sample operation is as follows. (1) This is initial state. (2) editing first and third rows to status "status4". (3) Press Add row . On (3) , editting is canceled and status is reverted to "status1". My hope is both row1 and row3 are kept editting and status stays "status4". If without angular-datatables, it works as my hope as this jsfiddle, but I would like to use

How to edit an HTML cell in AngularJS with X-editable

可紊 提交于 2019-12-24 06:36:02
问题 I am using angular js ng-repeat to bind data and I need batch edit (xeditable) now when I click edit button whole table will convert into editable but I want where user want to edit that particular cell will change into editable help refer: https://vitalets.github.io/angular-xeditable/#editable-table 回答1: Looks like you may want to enable editing each row with a button like in this example: https://vitalets.github.io/angular-xeditable/#editable-row The example looks like it is creating a form