From 276af8fcd6b4efdf56927e7a38f6239966a201c8 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Tue, 1 Sep 2020 12:33:01 +0200 Subject: [PATCH] Filter sequence list locally (fetch all sequences). Even in the event that we have thousands of sequences this should be acceptable and gives us more flexibility at lower effort than paginating on the server. --- lib/www/client/source/src/views/SequenceList.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/www/client/source/src/views/SequenceList.vue b/lib/www/client/source/src/views/SequenceList.vue index 5b0ae47..4fb76c3 100644 --- a/lib/www/client/source/src/views/SequenceList.vue +++ b/lib/www/client/source/src/views/SequenceList.vue @@ -8,13 +8,11 @@ @@ -26,7 +24,7 @@ :items="items" item-key="sequence" :server-items-length="num_rows" - :options.sync="options" + :search="filter" :loading="loading" :fixed-header="true" show-expand