From f743358aadb3eafdeb9e31b32b7d38c5f09bf5d0 Mon Sep 17 00:00:00 2001 From: ppetzold Date: Tue, 21 Mar 2023 12:21:56 +0100 Subject: [PATCH] fix: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e06bfe6..8b7e590 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ Filter operators must be whitelisted per column in `PaginateConfig`. const config: PaginateConfig = { // ... filterableColumns: { - // Enable individual operators + // Enable individual operators on a column id: [FilterOperator.EQ, FilterSuffix.NOT], // Enable all operators on a single column