From 4ac6f52bf1b8edb233cafb5fefeee0e5c224713f Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Mon, 3 Sep 2018 18:02:35 -0500 Subject: [PATCH] don't sort tags, langs, software closes #421 --- src/FilterLists.Web/ClientApp/components/Home.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index bbb0f073d..24638b980 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -113,6 +113,7 @@ export class Home extends React.Component, IHomeState> { } return row[filter.id].join(",").split(",").includes(filter.value); }, + sortable: false, Filter: ({ filter, onChange }) =>