button style in jquery datatable
$(document).ready(function() {
$('#example').DataTable( {
dom: 'Bfrtip',
buttons: [
{
extend: 'copyHtml5',
text: '<i class="fa fa-files-o"></i>',
titleAttr: 'Copy'
},
{
extend: 'excelHtml5',
text: '<i class="fa fa-file-excel-o"></i>',
titleAttr: 'Excel'
},
{
extend: 'csvHtml5',
text: '<i class="fa fa-file-text-o"></i>',
titleAttr: 'CSV'
},
{
extend: 'pdfHtml5',
text: '<i class="fa fa-file-pdf-o"></i>',
titleAttr: 'PDF'
}
]
} );
} );
Also in JavaScript:
- redis nodejs
- javascript get array of class names
- javascript input onchange get value
- deploy react js heroku
- how to set three js canvas width 100%
- make string json object vue
- display json data in html table using javascript dynamically
- random numbers javascript
- javascript loop over classlist
- datatables clear table
- javascript map function
- javascript have special characters
- javascript founder
- Discord.js Basics
- shorthand if in javascript with return
- p5.js script tag
- document ready javascript vanilla
- jsdoc optional param
- js string to json
- javascript turn string into array
- rounding number to x decimals javascript
- make indexOF in js
- javascript folder exists
- install javascript kali linux