how to set default class for buttons ?
how to set default class for buttons ?
sharpBCD
Posts: 12Questions: 3Answers: 0
Hi,
I use my own color scheme so I need to css the datatable also. Since I use multiple instances of datatables, I want to set it for all in one js file.
Therefore I created a [name]-defaults.js with the code:
$.extend( $.fn.dataTable.defaults, {
responsive: true,
// other settings...
language: {
....
language settings
......
}
} );
but could not find a way to use buttons className: 'my-customs-class'
Sugestions?
This discussion has been closed.
Answers
still needing help. Any idea anyone?