<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html-wide" table-class="table nowrap" order="16" framework="foundation">

<css lib="foundation datatables fixedcolumns"/>
<js lib="jquery datatables fixedcolumns">
<![CDATA[
$(document).ready(function() {
	var table = $('#example').DataTable( {
		scrollY:        "300px",
		scrollX:        true,
		scrollCollapse: true,
		paging:         false,
		fixedColumns:   true
	} );
} );
]]>
</js>

<title lib="FixedColumns">Foundation</title>

<info><![CDATA[

This example shows FixedColumns being used with the [Zurb Foundation](http://foundation.zurb.com/) CSS framework.

]]></info>

</dt-example>
