From 82cca545587fa8803fe35092614922bc1af3a48e Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Tue, 7 Apr 2020 10:20:37 -0700 Subject: Create TableFilter component Global TableFilter component and TableFilterMixin can be used with any table. The TableFilterMixin will return filtered data with items that match any of the filter tags. When the table search component is built, it should use the BoostrapVue Table :filter prop. - Filter by status added to Sensors table Signed-off-by: Yoshie Muranaka Change-Id: I57ebab1686b2d267383cb0e1be252627bf42c98c --- src/components/Global/TableFilter.vue | 93 +++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 src/components/Global/TableFilter.vue (limited to 'src/components/Global/TableFilter.vue') diff --git a/src/components/Global/TableFilter.vue b/src/components/Global/TableFilter.vue new file mode 100644 index 00000000..d466d4e0 --- /dev/null +++ b/src/components/Global/TableFilter.vue @@ -0,0 +1,93 @@ + + + + + -- cgit v1.2.3