Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
表平均堆栈中的批量编辑(Angularjs)_Angularjs_X Editable - Fatal编程技术网

表平均堆栈中的批量编辑(Angularjs)

表平均堆栈中的批量编辑(Angularjs),angularjs,x-editable,Angularjs,X Editable,我在angularjs(ng repeat)的帮助下使用html表格绑定数据。现在我需要crud操作,它在行中正常工作。我需要的是在angularjs中进行批量编辑 谢谢看看,也许是你想要的hi@leze链接很好,但每行都有一个保存按钮。当我单击“编辑”时,意味着整行变为可编辑,但我需要的是用户单击一个特定单元格,该单元格应变为可编辑,而不是列编辑或行编辑尝试添加网格选项:{enableCellEdit:true,enableCellEditOnFocus:true}到您的网格配置,并在您的单元

我在angularjs(ng repeat)的帮助下使用html表格绑定数据。现在我需要crud操作,它在行中正常工作。我需要的是在angularjs中进行批量编辑


谢谢

看看,也许是你想要的hi@leze链接很好,但每行都有一个保存按钮。当我单击“编辑”时,意味着整行变为可编辑,但我需要的是用户单击一个特定单元格,该单元格应变为可编辑,而不是列编辑或行编辑尝试添加
网格选项:{enableCellEdit:true,enableCellEditOnFocus:true}
到您的网格配置,并在您的单元格div上