i18n for "colvis" button "column visibility"
i18n for "colvis" button "column visibility"
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.textor thebuttons.colvisoption of the DataTableslanguageobject.See more articles about jQuery DataTables on gyrocode.com.