From 5e84d853fcddfc475cfb8bea9b369ff133ba13bb Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 11 Sep 2015 10:20:11 +0200 Subject: [PATCH] Revert "style user transaction table" This reverts commit da7fb11b78820756c45404aa595aab05abc8726e. --- app/views/users/show.html.haml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index c7c75ba..1ba0c3a 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.pure-table.pure-table-striped{data: { source: user_path(@user) }} +%table#transactions.display.responsive.no-wrap{data: { source: user_path(@user) }} %thead %tr %th Time @@ -44,8 +44,7 @@ var table = $('#transactions').DataTable({ processing: true, serverSide: true, - searching: false, - lengthChange: false, + searching: true, ordering: false, ajax: $('#transactions').data('source'), pagingType: 'full_numbers',