Closed justfathi closed 7 years ago
use like below.
this.dtOptions = { ajax: { url: 'http://localhost:8000/inventory/list', method: 'POST', headers: { "My-First-Header":"first value", "My-Second-Header":"second value" } }, columns: [{ title: 'ID', data: 'id' }, { title: 'Name', data: 'inventory_name' }, { title: 'Price', data: 'inventory_price' }] }
use like below.