Export button doesnt show
Export button doesnt show

Guys i have a problem with the export button that doesnt show on my app..
my script is the same as the examples. im on the client side.
Can you please tell me whats wrong with my script.
<script src="DataTables/dataTables.min.js"></script>
<script src="ColumnFilterWidgets.min.js"></script>
<script src="ColumnFilterWidgets.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#dataTables').DataTable( {
dom: 'W<"clear">Blfrtip',buttons: ['excelHtml5','copyHtml5','csvHtml5','pdfHtml5'],
"oColumnFilterWidgets": {
"aiExclude": [ 0 ]
}
} );
} );
</script>
This discussion has been closed.
Answers
Per the forum rules, we'd need a link to a test case showing the issue please. I don't know what options were selected to build your
dataTables.min.js
for example.Allan