This page requires the DataTables jQuery plugin. Put the ColumnFilterWidgets directory under DataTables/extras/.
ColumnFilterWidgets is a plug-in for DataTables which creates a menu of unique values for specified table columns, and allows the table to be filtered by one or more of those values. Select a value from a menu to add a filter, and filter tag appears below the menu. Click the tag to remove the filter again.
$(document).ready( function () {
$('#example').dataTable( {
"sDom": 'W<"clear">lfrtip'
} );
} );