Skip to content

Commit

Permalink
Remove delete button
Browse files Browse the repository at this point in the history
  • Loading branch information
iConcept authored and iConcept committed Mar 14, 2017
1 parent a313d91 commit 7822f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/elements/table.blade.php
Expand Up @@ -72,7 +72,7 @@
} );
t_{{ $special_id }} = $('#{{ $special_id }}').DataTable({
"sDom": "<'dt-toolbar'<'col-xs-12 col-sm-6'f><'col-sm-6 col-xs-6 hidden-xs'T>r>"+
"sDom": "<'dt-toolbar'<'col-lg-12 hidden-xs'T>r>"+
"<'autooverflow't>"+
"<'dt-toolbar-footer'<'col-sm-6 col-xs-12 hidden-xs'i><'col-xs-12 col-sm-6'p>>",
"autoWidth" : true,
Expand Down

0 comments on commit 7822f2c

Please sign in to comment.