reactjs - React Griddle data table -
i want hide filter input search field , settings button. tried below code search field , settings button still visible.
<griddle plugins={[plugins.localplugin]} data={griddledata} showfilter={false} showsettings={false} resultsperpage={10}/>
Comments
Post a Comment