I have used library from Bootstrap Datatables and search bar and 'Excel' button's CSS cannot be modified, how do i modify it to apply my own CSS?
Add class in your datatable js like below :
{ "extend": 'excel', "text":'<span class="glyphicon glyphicon-pencil"></span>',"className": 'btn btn-default btn-xs yourCustomClassName' }
2.1m questions
2.1m answers
60 comments
57.0k users