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

Column Action - button position #11

Open
s6carlo opened this issue Dec 3, 2015 · 1 comment
Open

Column Action - button position #11

s6carlo opened this issue Dec 3, 2015 · 1 comment

Comments

@s6carlo
Copy link

s6carlo commented Dec 3, 2015

The column action is placed in a wrong position in the AdminLteTemplate.

TemplateDefault
default

AdminLteTemplate
adminltetemplate

I am working to solve this issue.

@s6carlo
Copy link
Author

s6carlo commented Dec 3, 2015

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>

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

No branches or pull requests

1 participant