AngularJS and ng-grid - auto save data to the server after a cell was changed

前端 未结 7 1636
悲哀的现实
悲哀的现实 2020-12-02 08:51

My Use Case is pretty simple. A User, after editing a Cell (enableCellEdit: true), should have the data \"automatically\" sent to the server (on cell blur). I tried differen

7条回答
  •  [愿得一人]
    2020-12-02 09:26

    As PaulL mentioned in one of the comments ui-grid now has a rowEdit feature designed to allow saving of the entire row when done editing. See http://ui-grid.info/docs/#/tutorial/205_row_editable.

提交回复
热议问题