what are the scripts and css are used to add csv, print and excel buttons and what is its javascript
what are the scripts and css are used to add csv, print and excel buttons and what is its javascript
ritz
Posts: 3Questions: 0Answers: 0
is this enough for showing buttons in my view page
This discussion has been closed.
Replies
what am i missing in whole?
test1
test1
test1
1
2
3
1
2
3
1
2
3
1
2
3
$(document).ready(function () {
$('#test').dataTable({
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": ["pdf"]
}
});
});