我正在使用带有angularjs的handontable,我想通过单击添加按钮添加新行。 是否可以在Handsontable网格中创建动态行?以及如何做到这一点?
答案 0 :(得分:0)
我在我的项目中使用以下代码运作良好。
<label>Filter:
<input type="text" ng-model="query">
</label>
<hot-table datarows="results|filter:query">
答案 1 :(得分:-1)
你看过ngHandsontable吗?这将使它变得简单,您可以将其配置为在行的范围上使用模型,并且handsontable将负责其余的工作。