ngx-datatable页脚自定义

时间:2017-04-13 15:34:22

标签: ngx-datatable

如何自定义ngx数据表。我无法找到,我必须更改代码以摆脱这些记录总数,并用下拉菜单替换它以显示每页的项目。我的分页也缺少一些图标。

enter image description here

2 个答案:

答案 0 :(得分:6)

使用自定义页脚模板(请参阅下面的链接)。所以它会覆盖默认页脚。

https://github.com/swimlane/ngx-datatable/blob/master/demo/basic/footer.component.ts

答案 1 :(得分:1)

但如果您只想更改“总计”或“找不到任何项目”,则覆盖邮件属性:

//Static messages in the table you can override for localization.
{
  // Message to show when array is presented
  // but contains no values
  emptyMessage: 'No data to display',
  // Footer total message
  totalMessage: 'total'
}

https://swimlane.gitbooks.io/ngx-datatable/api/table/inputs.html