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

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

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

<info><![CDATA[

This example demonstrates the ConditionalPaging option, which will hide the paging input when there is only a single page of data to show.

]]></info>

</dt-example>
