jamesdordoy / laravel-vue-datatable

Vue.js Datatable made for Laravel
https://jamesdordoy.github.io/laravel-vue-datatable
MIT License
151 stars 52 forks source link

Add authorization header to request #77

Closed augustinewafula closed 4 years ago

augustinewafula commented 4 years ago

How can I add authorization header to the request. I'm using axios to send my request which I have set authorization header but I'm not sure how I can add it to the request of datatable

augustinewafula commented 4 years ago

I solved my issue by using my own data and request from the documentation. https://jamesdordoy.github.io/laravel-vue-datatable/examples/own-data