-
-
Notifications
You must be signed in to change notification settings - Fork 858
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
[7.0] editColumn returned html is rendering as text #972
Comments
Happens to me as well, all u need to is
I know it's a bit stupid but bear with it my friend. It always returns eitheir "times" or "check" instead of html. |
Same Problem here and unfortunately the answer @minedun6 si not correct. take a look: `->editColumn('saltin_code', function(UserChance $code) {
I also try using blade sintax and view. same result. :( |
Duplicate, please see #949. |
Hell! You are the boss. I just wasted 2 hours trying a lot of crazy things to make it work but no It was just a line. great work there and THANK YOU so much. |
Cómo lo resolviste, no lo logro? |
You need to use "rawColumns" method ->rawColumns(['column_with_html']) |
Muchísimas gracias por responder, justo había resuelto, pero igual
agradezco la respuesta. Veo que los datatables tienen muchos detalles, pero
dominarlos ahora mucho trabajo.
Saludos fraternos
El jue, 7 jul 2022 a las 12:15, Carlos Vergara ***@***.***>)
escribió:
… You need to use "rawColumns" method
->rawColumns(['column_with_html'])
—
Reply to this email directly, view it on GitHub
<#972 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHV2XOMS7RCUO4C7WWOZQRDVS37DHANCNFSM4C63EMJQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Ing. Yulieimis López Corría
Informática BMCH
|
Summary of problem or feature request
I use
Datatables::eloquent
to load a model with relationship and then use theedit_column
to render some html based on model attribute. The returned html is rendering as plain text.Code snippet of problem
Click here to see the rendered preview
System details
The text was updated successfully, but these errors were encountered: