There are a number of standard filters that can be used with columns. Custom filters can also be created. These consist of a Component that is displayed in the popup which builds the "filter value" and a function that will be passed each row and the "filter value" to determine if the row matches. FilterDescription booleanValueFilterA column filter that can be used with boolean values. dateValueFilterA column filter that can be used with date values. numberValueFilterA column filter that can be used with numeric values. textValueFilterA column filter that performs simple substring matching. pickExistingValueFilterA column filter that can displays unique value and let's the individual pick one or more values to use in filtering.