diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 1ba0c3a..4984bff 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -29,7 +29,7 @@ %input{type: 'text', placeholder: 'Filter on Message'} -%table#transactions.display.responsive.no-wrap{data: { source: user_path(@user) }} +%table#transactions.pure-table.pure-table-striped{data: { source: user_path(@user) }} %thead %tr %th Time @@ -45,6 +45,7 @@ processing: true, serverSide: true, searching: true, + lengthChange: false, ordering: false, ajax: $('#transactions').data('source'), pagingType: 'full_numbers', @@ -59,6 +60,8 @@ ] }); + $('.dataTables_filter').hide(); + $('.input-listen').each(function(index, element) { var filter = $(element); var type = filter.attr('data-input-type');