Modify the initial query when loading a table

In a Table is it possible to modify the initial query? In my case I want to only show Orders with sent = true; I don't want to see the other orders in this view.

Can I change the query on what the table is based?
Was this page helpful?