i18n for "colvis" button "column visibility"
i18n for "colvis" button "column visibility"
yet
Posts: 43Questions: 17Answers: 1
I have this buttons configuration
buttons = [
{extend: 'colvis', name: 'colvis'}
...
]
I need to replace the string "column visibility" with a different string. How can I configure it?
This discussion has been closed.
Answers
Example showing how to do it is available here.
Allan
It's available in the official documentation. Use
buttons.buttons.text
or thebuttons.colvis
option of the DataTableslanguage
object.See more articles about jQuery DataTables on gyrocode.com.