How to send custom header on next of ajax in datatable?

How to send custom header on next of ajax in datatable?

lekusiplekusip Posts: 1Questions: 1Answers: 0

I am using datatables and I want to send some custom header as due to some server side requirement. Can you guys please tell me how can I send custom header on next and previous using this jquery datatables.

Where also serverSide: true

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @lekusip ,

    You can send customer variables as in this example here. You could tie this in with event handling to see if the navigation buttons were pressed.

    Cheers,

    Colin

This discussion has been closed.