Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editColumn problem loading fontawesome #1286

Closed
ezekel opened this issue Jul 25, 2017 · 1 comment
Closed

editColumn problem loading fontawesome #1286

ezekel opened this issue Jul 25, 2017 · 1 comment

Comments

@ezekel
Copy link

ezekel commented Jul 25, 2017

HI @yajra ,

can I ask some help please in editColumn , I want to show check in my datatables but the problem it will not render the fontawesome.

 return Datatables::of($model)
     ->editColumn('reg_id', function($c){
                     return Position::find($c->reg_id)->name;
            })
  
   ->editColumn('isauthorized', function($c){
           if($c->isauthorized ==1){
                            return '<i class="fa fa-check" aria-hidden="true"></i>';
           }
               
    })

  ->make(true);


Thank you in advance.

@ezekel
Copy link
Author

ezekel commented Jul 25, 2017

fixed now got reference here #949

@ezekel ezekel closed this as completed Jul 25, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Oct 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant