Table Filtered at model based on which tab is selected.

I have multiple tabs with one table each, in which I want to basically display several filtered versions of the same model (because any data changes need to be shown across tabs). Can I create default conditions/filters to apply to only one table at a time? I think the selection of the tab would turn on and off certain conditions in the model.

Jacob. The easiest way to do this it to create different models connected for every tab.  This will allow you to filter the data driving each tab individually.  This does introduce some redundancy in the data calls that you are pulling down from Salesforce, but as long as you are sensible with data volume your pages should still be performant.