You can use a Text Filter Binder to filter the contents of the employees table. The filter takes input from a text field, and filters the table based on a particular property, or column, in the table.
In the application, you will use the characters entered in the Filter field to filter by employee last name. If the exact values entered in the Filter field are present in the last name of an employee record, the employee record will display in the table.
To create a filter for the table:
In this lesson you learned how to set up a filter for a table.
Congratulations! The My Company Directory application is finished.