valor-software / ng2-table

Simple table extension with sorting, filtering, paging... for Angular2 apps
http://valor-software.github.io/ng2-table/
MIT License
554 stars 336 forks source link

How to translate to other lang button in pagination ? #590

Open anhcuongone opened 6 years ago

anhcuongone commented 6 years ago

Including: First Previous Next Last

Codem3ay commented 6 years ago

Someone found a solution for this?

Pingolus commented 5 years ago

ng2-table is based on ngx-bootstrap.

So regards to the doc here.

You just have to add firstText / nextText / previousText / lastText attributes of pagination element.

Works for me.