Not getting Button options?

Not getting Button options?

dayasagarmcadayasagarmca Posts: 2Questions: 1Answers: 0

Hi,

i am new to dataTable, using the below code i am generating grid
javascript code:
$(document).ready(function () {
$('#example').dataTable({
"sDom": 'T<"clear">lfrtip',
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": [
{
"sExtends": "print",
"bShowAll": false
}
]
}
});
});

here, i am not getting any button options, can you please tell me why it is not getting?
Thanks.

Answers

This discussion has been closed.