Вход Регистрация
Файл: Main Website Files/assets/bower_components/datatables-plugins/api/index.html
Строк: 89
<?php
<h2>Custom API functions</h2>

<
p>One of the most common interactions with DataTables for a developer (other than initialisation of the table of course!) is to make use of the <a href="/api">API functions</aprovided by DataTables. While allowing for a fairly extensive range of code interactionsthe default API set can be greatly enhanced by making use of the functions provided below, as suitable for your application.</p>

<
ul>
    <
li><a href="#how_to">How to use DataTables plug-in API functions</a></li>
    <
li><a href="#functions">Plug-in API functions</a></li>
</
ul>


<
a name="how_to"></a>
<
h3>How to use DataTables plug-in API functions</h3>

<
p>To make use of one of the plug-in API functions belowyou simply need to include it in the Javascript available for your pageafter you load the DataTables librarybut before you initialise the DataTableAfter thatyou will be able to initialise the table, and call the function on the resulting object. As an example the code below makes use of <a href="#fnGetHiddenNodes">fnGetHiddenNodes</asaved into a file (<a href="/examples/plug-ins/plugin_api.html">live example</a>):</p>

<
pre class="brush: html">&lt;script type="text/javascript" src="jquery.dataTables.js"&gt;&lt;/script&gt;
&
lt;script type="text/javascript" src="dataTables.fnGetHiddenNodes.js"&gt;&lt;/script&gt;
&
lt;script type="text/javascript"&gt;
    $(
document).ready(function() {
        var 
oTable = $('#example').dataTable();
        
        $(
'#button').click( function () {
            var 
nHidden oTable.fnGetHiddenNodes();
            
alertnHidden.length +' nodes were returned' );
        } );
    } );
&
lt;/script&gt;
</
pre>

<
p>Please note that DataTables will automatically pass the settings object as the first parameter. As suchyou do not need to pass the settings objectwhich you will see if you look at the plug-in API's code.</p>

<a name="functions"></a>
<h3>Plug-in API functions</h3>

include(`build.1.inc'
)
?>
Онлайн: 0
Реклама