updated method signature of ajax results
This commit is contained in:
parent
9ab86f1695
commit
0a3e2d1fe8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue