We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The column action is placed in a wrong position in the AdminLteTemplate.
TemplateDefault
AdminLteTemplate
I am working to solve this issue.
The text was updated successfully, but these errors were encountered:
I solved using this code inside \resources\views\vendor\admin-lte\default\display\datatables.blade.php just after the table closing tag
</table> <div class="row"> <div class="col-sm-6"> <div class="pull-left tableActions"> @foreach ($actions as $action) {!! $action !!} @endforeach </div> </div> </div>
Sorry, something went wrong.
No branches or pull requests
The column action is placed in a wrong position in the AdminLteTemplate.
TemplateDefault
AdminLteTemplate
I am working to solve this issue.
The text was updated successfully, but these errors were encountered: