I want to hide the filter input search field and settings button. I tried below code but search field and settings button still visible.
<Griddle
plugins={[plugins.LocalPlugin]}
data={griddleData}
showFilter={false}
showSettings={false}
resultsPerPage={10}/>