Skip to content
Advertisement

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

JavaScript

here is my view

JavaScript

I want to add Bootstrap Progress in each progress column, is that possible? or something wrong in my code? thanks in advance

Advertisement

Answer

Add progress column on your rawColumns() :

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement