Get query string from external function
Get query string from external function
Hi all,
I need to get the query string used to retrive data from ajax source, my url like this:
http://localhost:8080/myapp/mydatasource.json?sEcho=2&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=20&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&iSortCol_0=1&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=true&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&idprovincia=0&idapplicativo=0&idstatus=0&periodo=0
In which way I can get from my oTable object the querysting (the parameter string after mydatasource.json)?
I read reference documentation, search in forum without result...
Thanks all!
I need to get the query string used to retrive data from ajax source, my url like this:
http://localhost:8080/myapp/mydatasource.json?sEcho=2&iColumns=7&sColumns=&iDisplayStart=0&iDisplayLength=20&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&mDataProp_4=4&mDataProp_5=5&mDataProp_6=6&iSortCol_0=1&sSortDir_0=asc&iSortingCols=1&bSortable_0=true&bSortable_1=true&bSortable_2=true&bSortable_3=false&bSortable_4=false&bSortable_5=false&bSortable_6=false&idprovincia=0&idapplicativo=0&idstatus=0&periodo=0
In which way I can get from my oTable object the querysting (the parameter string after mydatasource.json)?
I read reference documentation, search in forum without result...
Thanks all!
This discussion has been closed.