FilteringTable - Default filter values?

Hi,

is it possible to init the filtering table with default values?
Let’s say I have a table of users where inactive as well as active users may be displayed, but the default value is always set to “active” (true). As of now, I’m using the FilterGenerator.getCustomFilterComponent method to apply the default filters, but my log output implies that FilterGenerator.getCustomFilterComponent is more often called than actually needed for applying default filters.