dataTables.buttons.min.js:36 Uncaught TypeError: b.inst.processing is not a function yajra datatable
dataTables.buttons.min.js:36 Uncaught TypeError: b.inst.processing is not a function yajra datatable
![akilpatel](https://secure.gravatar.com/avatar/cc6ab30fb33f8d460dd8e24de3a53bc5/?default=https%3A%2F%2Fvanillicon.com%2Fcc6ab30fb33f8d460dd8e24de3a53bc5_200.png&rating=g&size=120)
i am using yajra datatable, and none of my button is working , i get " dataTables.buttons.min.js:36 Uncaught TypeError: b.inst.processing is not a function " for all the buttons.
var table = $('#users').DataTable({
processing: true,
serverSide: true,
ajax: '{!! route('jobapps') !!}',
dom: 'lBfrtip',
"scrollX": true,
buttons:[
'copy', 'csv', 'excel', 'pdf', 'print'
],
"lengthMenu": [ 10, 50, 100, 500],
This discussion has been closed.
Answers
Hi @akilpatel ,
We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin