|
|
|
|
|
FAA: Sort/Search/Filter on Table Columns
In Table controls (based on a data file or populated programmatically), columns with a search icon open a context menu with the sort, filter and search characteristics available for the column. All you have to do is right-click the search icon to open the context menu of column: This context menu proposes: - to perform a search ("Find" option):
All you have to do is type the first letters corresponding to the sought element. The Table control displays all the elements corresponding to the first letters typed. - to implement a filter ("Filter"):
To do so, select a condition and type the requested value. The content of the Table control is filtered according to the specified condition. Note: The "Is empty" condition is used to filter the column on empty elements.. - to delete a filter that was previously set on the column ("Delete filter").
- to remember filters ("Remember filters").
If this option is enabled, filters set when the window is closed will be automatically executed the next time the window is opened.. A short message will be displayed to inform the user and to indicate the filters that are set. - to remember sorts ("Remember sorts").
If this option is enabled, the sorts defined when the window is closed will be automatically set next time the window is opened. - to set a filter with one of the values in the column.
Remarks: - The context menus displayed when you right-click the column title and the search icon are different.
- These options are also available for the TreeView Table controls.
- For more details on the options of this context menu, see Context menu of columns.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|