<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" order="1">

<css lib="datatables feature-searchFade" />
<js lib="datatables feature-searchFade">
<![CDATA[
new DataTable('#example', {
	layout: {
		topEnd: 'searchFade'
	}
});
]]>
</js>

<title lib="SearchFade">Basic example</title>

<info><![CDATA[

This feature will create a text box that will apply a search term to the DataTable, but unlike the default text search, rather than removing rows that don't match, it will fade them out.

SearchFade does not use DataTables' built in filtering engine. As such it is possible to use both the default search and SearchFade at the same time, perhaps to perform slightly different operations in your UI.

]]></info>

</dt-example>
