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

[9.0] Fix rendering column from blade file. #2067

Merged
merged 1 commit into from
Apr 24, 2019
Merged

[9.0] Fix rendering column from blade file. #2067

merged 1 commit into from
Apr 24, 2019

Conversation

chojnicki
Copy link
Contributor

Fix Issue #2062

Column with blade file is rendered by view() but it cannot be converted to json response. render() will return just HTML code.
Also without render if we try to debug $data inside DT source by Log or var_dump it will result with "Allowed memory size of xxx bytes exhausted".

Fix Issue yajra#2062

Column with blade file is rendered by view() but it cannot be converted to json response. render() will return just HTML code.
Also without render if we try to debug $data inside DT source by Log or var_dump it will result with "Allowed memory size of xxx bytes exhausted".
@yajra yajra changed the title Fix rendering column from blade file [9.0] Fix rendering column from blade file Apr 24, 2019
@yajra yajra changed the title [9.0] Fix rendering column from blade file [9.0] Fix rendering column from blade file. Apr 24, 2019
@yajra yajra merged commit 16f77dc into yajra:9.0 Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants