Hide Object-Table Search Bar

I am using the object-table component for some very short lists of objects and it would be nice to hide the search bar.

Is this possible?

Hi Fletcher

This is simple enough. In your object-table definition simply specify a controls="none" directive.
Like this.

<object-table label="Some label" query="some_query_var" controls="none" >
</object-table>
1 Like