uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
298 stars 144 forks source link

How to remove file filter and item detail? #185

Closed lafa5 closed 3 years ago

dreadera commented 3 years ago

Can you give me a bit more detail as to what you are trying to accomplish? 😃

tmarcinkowski-logitech commented 3 years ago

@lafa5 you're probably looking for something like these props:

canFilter={false}
detailRenderer={() => <></>}