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

akilpatelakilpatel Posts: 2Questions: 2Answers: 0

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],

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586

    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

This discussion has been closed.