From 12e626eda74af7665a1aacab5eaee528550e27fa Mon Sep 17 00:00:00 2001 From: ppetzold Date: Sun, 28 Jun 2020 19:37:19 +0200 Subject: [PATCH] Fix config parameter name in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 154cf53..c21f101 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ const paginateConfig: PaginateConfig { * Type: (keyof CatEntity)[] * Description: These columns will be searched through when using the search query param. */ - sortableColumns: ['name', 'color'], + searchableColumns: ['name', 'color'], /** * Required: false