hi @yajra i did what you post in the issue #481
->parameters([
'dom' => 'Bfrtip',
'buttons' => ['csv', 'excel', 'pdf', 'print', 'reset', 'reload'],
]);
but still can not see the Buttons, and also the button of show entries is missing when i put those lines man, how can i fix this problem man? is this working for laravel 5.4?
Try inspecting the web console first. There must be something wrong with your javascripts.
I dont see any errors at the console man.

And here is the code where i put what you said.

i solved the problem im closing the issue thank you!
How did you resolved this?
How did you resolved this?
@reiter777 Can you post the solution?
add
<script src="https://cdn.datatables.net/buttons/1.0.3/js/dataTables.buttons.min.js"></script>
<script src="/vendor/datatables/buttons.server-side.js"></script>
then buttom shown