1
0
mirror of synced 2024-11-22 13:06:08 +03:00

updated method signature of ajax results

This commit is contained in:
thereloaded 2014-05-26 10:08:06 +02:00
parent 9ab86f1695
commit 0a3e2d1fe8

View File

@ -1555,7 +1555,7 @@ $("#select").select2({
</td></tr>
<tr><td>results</td><td>function</td><td>
Function used to build the query results object from the ajax response
<pre>results(data, page)</pre>
<pre>results(data, page, query)</pre>
<table class="table table-bordered table-striped">
<tr><th>Parameter</th><th>Type</th><th>Description</th></tr>
<tr><td>data</td><td>object</td><td>Retrieved data.</td></tr>