new_collator
Description:
Create a Filter that takes string values from a column in the model and builds a FilterModel with the rows sorted according to the collation rules of the current locale.
Parameters:
column |
The index of a column containing the strings to sort after |
out_filter |
A pointer to an uninitialized Filter struct. This struct will zeroed and configured with the filter parameters |