Skip to content

Commit

Permalink
doc: optional addColumnFilters render
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmylee committed Aug 10, 2023
1 parent 3b9825e commit 2f87265
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ Defines the filter behavior for the column.

Receives `filterValue` and the column cell `value`, and returns `true` if the cell should be visible.

### `render: (renderProps) => RenderConfig`
### `render?: (renderProps) => RenderConfig`

Defines the component to render on `HeaderCell->props.[pluginName].render`.

Expand Down

0 comments on commit 2f87265

Please sign in to comment.