new_for_key_column
Description:
Create a Filter that only includes rows from the original model which has an exact match on some string column.
A FilterModel created with this filter will be ordered in accordance with its parent model.
Parameters:
column |
The index of a column containing the string key to match |
out_filter |
A pointer to an uninitialized Filter struct. This struct will zeroed and configured with the filter parameters |