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?
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?