1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-27 00:54:15 +01:00

Fix - example: Add link to features example for the options reference docs

- Thanks georgemcfly for pointing this out
This commit is contained in:
Allan Jardine 2015-10-06 12:04:55 +01:00
parent c0cb3db92f
commit 2d0ad42749
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
1f6235ddeb6cd09c19848714421fe2dee60ffa64
936f043bb97fc0c949759064c03d24bb8fccbc05

View File

@ -36,8 +36,9 @@ $(document).ready(function() {
<section>
<h1>DataTables example <span>Feature enable / disable</span></h1>
<div class="info">
<p>Disabling features that you don't wish to use for a particular table is easily done by setting a variable in the initialisation object. In the following example
only the filter feature is left enabled (which is enabled by default).</p>
<p>Disabling features that you don't wish to use for a particular table is easily done by setting a variable in the initialisation object. A full list of the
options that can be used is <a href="https://datatables.net/reference/option">available in the DataTables reference</a>.</p>
<p>In the following example only the search feature is left enabled (which it is by default).</p>
</div>
<table id="example" class="display" cellspacing="0" width="100%">
<thead>