ignore additional framework $_GET

ignore additional framework $_GET

pakypaky Posts: 106Questions: 0Answers: 0
edited April 2012 in DataTables 1.9
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 ;)

Replies

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    What's the framework - I would suggest asking their support as it sounds like a quirk of how they do things (fair enough, but it should be documented somewhere I'd imagine).

    Allan
  • pakypaky Posts: 106Questions: 0Answers: 0
    Hi allan, sorry I was wrong to interpret the error in firebug I actually highlights this line:
    ...... var r = g.aoColiumns[g.aaSorting[a][0]]............

    is this the "r" not defined!! what this is?

    thanks
  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    No idea! Looks like you are using the minimised version of DataTables. Try the non-minified one to get a sensible error... :-)

    Allan
  • pakypaky Posts: 106Questions: 0Answers: 0
    try instantly! ;) tnx
  • pakypaky Posts: 106Questions: 0Answers: 0
    Mmmm... now without minimized .js file, the error is "oColumn is undefined" :(
  • pakypaky Posts: 106Questions: 0Answers: 0
    [solved] I must define :
    [code]"aoColumns": [
    null,
    null //put as many null values as your columns

    ], [/code] ^_^
This discussion has been closed.