Force page
Force page
psycholibri
Posts: 1Questions: 0Answers: 0
Hi
I need to force the page at the initialization of the table. However, I tried with the iDisplayStart property
[code]oTable=$('#tab_MA').dataTable( {
"bServerSide": true,
"sDom": '<"tab-nav"<"pager"lip>>rt<"clear">',
"sAjaxSource": "home_ajax",
"iDisplayStart": 10,
"iDisplayLength": 10,
[/code]
, but I see that the ajax link used to get the json doesn't have the good value...
[code]http://.../home_ajax?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=10...[/code]
Have you ever met such difficulties ?
I need to force the page at the initialization of the table. However, I tried with the iDisplayStart property
[code]oTable=$('#tab_MA').dataTable( {
"bServerSide": true,
"sDom": '<"tab-nav"<"pager"lip>>rt<"clear">',
"sAjaxSource": "home_ajax",
"iDisplayStart": 10,
"iDisplayLength": 10,
[/code]
, but I see that the ajax link used to get the json doesn't have the good value...
[code]http://.../home_ajax?sEcho=1&iColumns=6&sColumns=&iDisplayStart=0&iDisplayLength=10...[/code]
Have you ever met such difficulties ?
This discussion has been closed.
Replies
Allan