Skip to content

Commit

Permalink
allow length change
Browse files Browse the repository at this point in the history
  • Loading branch information
jSylvestre committed Feb 13, 2025
1 parent 734e547 commit f72e276
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Sloth.Web/Views/Reports/FailedTransactions.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,16 @@
{
<script>
$('#transactionsTable').dataTable({
"dom": 'Bfrtip',
"dom": 'Blfrtip',
pageLength: 25,
lengthMenu: [10, 25, 50, 100],
"columnDefs": [
{
"targets": [0, 9, 10, 11],
"visible": false,
},
],
order: false,
order: [[12, 'asc']],
"buttons": [
{
extend: 'copyHtml5',
Expand Down

0 comments on commit f72e276

Please sign in to comment.