Skip to content

Commit 4c8e33b

Browse files
authored
Add optional argument for hideDimensionFilter
I was looking for a way to do this and saw the PR for it, but think we should tell people about it in the documentation!
1 parent 23c0020 commit 4c8e33b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ solo | object | item that should be displayed solo | null
144144
sortBy | string | name of column to use for record sort | null
145145
sortDir | string | sort direction, either 'asc' or 'desc' | 'asc'
146146
tableClassName | string | assign css class to table containing react-pivot elements | ''
147+
hideDimensionFilter | boolean | do not render the dimension filter | false
147148

148149
### TODO ###
149150

0 commit comments

Comments
 (0)