Skip to content

Tag: laravel

How to return in DataTable

I created project in laravel with data table on it. I want to return a div value as progress bar in my column. But, only text shown in my table, not the progress bar. Here is my controller here is my view I want to add Bootstrap Progress in each progress column, is that possible? or something wrong in my

Select Multiple ids and Pass to controller at once

Am tried to select multiple of ids from the concept of delete multiple ids, but am get the error and ids not passed this is code i tried kindly can you show me how i can fetch those ids and passed to controller am expect to update one column like this Answer In Ajax Call replace From To and in

Unable to download file in laravel ajax on button click

When I am trying to use the download button to download file in laravel ajax, it is not working properly and I am not able to download file. Below is my code: Controller: Ajax: Answer Just to pseudo-code it up with trusting your data is coming back as desired I think you need to trigger the download in your s…