predefined data source for filter (array of strings or objects)
mData support (including deeply nested objects)
ability to place the filter in an external html element (for example: inside a div element)
ability to control matching mode of the filter (Possible values: contains / exact / startsWith)
change the filter's default label (Select value, etc)
change the filter's reset button text (x, clear etc)
define how the values in the filter will be sorted
define the order in which the values in the filter will be sorted
support all major browser (including IE8)
define in which date format the date will be parsed and displayed in datepicker widget
support aoColumns { "bVisible": false }
support for case sensitive filtering
allow addition of classes to filters
External API functions:
exFilterColumn: Allows to trigger filter/s externally/programmatically (support ALL filter types!!!) , perfect for showing table with pre filtered columns
exGetColumnFilterVal: Allows to retrieve column current filtered value (support ALL filter types!!!)
exResetAllFilters: Allows to reset all filters externally/programmatically (support ALL filter types!!!) , perfect for adding a "reset all" button to your page!