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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -