ignore additional framework $_GET
ignore additional framework $_GET
paky
Posts: 106Questions: 0Answers: 0
Hi all, glad to meet you again :) I'm struggling with a php framework and try to use both a datatable type serverside php-only that the Framework is always use a variable get listed for this format: URL?r =[frameworkRoot] +[jsonDatatablesOutput] ... firebug return me a err message :
[code]r is undefined[/code] ... How can solve it ? Thanks all ;)
[code]r is undefined[/code] ... How can solve it ? Thanks all ;)
This discussion has been closed.
Replies
Allan
...... var r = g.aoColiumns[g.aaSorting[a][0]]............
is this the "r" not defined!! what this is?
thanks
Allan
[code]"aoColumns": [
null,
null //put as many null values as your columns
], [/code] ^_^