【发布时间】:2019-08-27 02:21:43
【问题描述】:
如何显示 ag-grid 行的行数?
我已尝试挂钩 modelUpdated 事件,但未调用该事件。
我想在页面加载和每行更改时显示行数。
<ag-grid-vue
style="width: 700px;height: 500px;margin:20px 0;"
class="ag-theme-balham"
:enableCellChangeFlash="true"
...
rowHeight="55"
:modelUpdated="onModelUpdated"
></ag-grid-vue>
【问题讨论】: