我尝试在 angular slickgrid 中更改页脚标签度量。
在此处输入图像描述
代码:
this.gridOptions = {
showCustomFooter: true,
customFooterOptions: {
metricTexts: {
items: 'items1',
of: 'of1',
}
}
}
但结果当我使用时angular.slickgrid.getOptions()
我没有得到任何改变。
...
metricText: {
items: "items"
itemsKey: "ITEMS"
lastUpdate: "Last Update"
of: "of"
ofKey: "OF"
}
...
我希望这个示例代码会改变我的标签指标
软件版本:
Angular:9.0
Angular-Slickgrid:2.18.6
TypeScript:3.75