fix: readme
This commit is contained in:
parent
1520e8a74e
commit
f743358aad
@ -384,7 +384,7 @@ Filter operators must be whitelisted per column in `PaginateConfig`.
|
|||||||
const config: PaginateConfig<CatEntity> = {
|
const config: PaginateConfig<CatEntity> = {
|
||||||
// ...
|
// ...
|
||||||
filterableColumns: {
|
filterableColumns: {
|
||||||
// Enable individual operators
|
// Enable individual operators on a column
|
||||||
id: [FilterOperator.EQ, FilterSuffix.NOT],
|
id: [FilterOperator.EQ, FilterSuffix.NOT],
|
||||||
|
|
||||||
// Enable all operators on a single column
|
// Enable all operators on a single column
|
||||||
|
Loading…
Reference in New Issue
Block a user