DataTables
Advanced interaction
features for your tables.
Editor
Comprehensive editing
library for DataTables.
Manual
Download
Examples
Manual
Reference
Extensions
Plug-ins
Blog
Forums
Discussions
Sign In
Support
FAQs
Download
Purchase
≡
Show site navigation
sAjaxSource
sAjaxSource
yaşar
Posts: 3
Questions: 0
Answers: 0
April 2014
edited April 2014
in
General
How can I find information returned by
sAjaxSource
??
Replies
allan
Posts: 63,498
Questions: 1
Answers: 10,471
Site admin
April 2014
1. Use the `xhr` event
2. Use fnInitComplete
3. In DataTables 1.10 you can use the `ajax.json()` method.
Allan
yaşar
Posts: 3
Questions: 0
Answers: 0
April 2014
fnInitComplete gives us only aadata
But i want to find sql
sample
array("sEcho"=> $_GET["sEcho"],
"iTotalRecords"=> $_GET["iDisplayLength"],
"iTotalDisplayRecords"=> $total ,
"aaData"=> $ogrenciler,
"sql"=> $sql);
allan
Posts: 63,498
Questions: 1
Answers: 10,471
Site admin
April 2014
It gives you the JSON object as the second parameter - as noted in the documentation: http://datatables.net/ref#fnInitComplete
Allan
yaşar
Posts: 3
Questions: 0
Answers: 0
April 2014
I can read and write data as
aaData
wonder which areas?
allan
Posts: 63,498
Questions: 1
Answers: 10,471
Site admin
April 2014
I don't really understand the question I'm afraid. The second parameter in
fnInitComplete
gives you the JSON object returned form the server. Is that not what you want?
Allan
This discussion has been closed.
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Quick Links
Categories
Recent Discussions
Unanswered
Categories
74.3K
All Categories
56
Priority support
24K
Free community support
997
General
14
Announcements
2.5K
DataTables
78
DataTables 2
1.3K
DataTables 1.10
92
DataTables 1.9
35
DataTables 1.8
9
CloudTables
2.2K
Editor
2.8K
Extensions
20
AutoFill
310
Buttons
50
ColVis
30
DateTime
68
FixedColumns
50
FixedHeader
31
ColReorder
30
KeyTable
103
Responsive
23
RowReorder
42
Scroller
163
SearchBuilder
193
SearchPanes
107
Select
26
StateRestore
22
TableTools
220
Bug reports
67
Feature requests
100
Plug-ins
11
Blog
69
Web-site
Replies
2. Use fnInitComplete
3. In DataTables 1.10 you can use the `ajax.json()` method.
Allan
But i want to find sql
sample
array("sEcho"=> $_GET["sEcho"],
"iTotalRecords"=> $_GET["iDisplayLength"],
"iTotalDisplayRecords"=> $total ,
"aaData"=> $ogrenciler,
"sql"=> $sql);
Allan
Allan