When will this work TypeError: g.aoColumns[a.aaSorting[f][0]] is undefined ??

When will this work TypeError: g.aoColumns[a.aaSorting[f][0]] is undefined ??

padarewskipadarewski Posts: 2Questions: 1Answers: 0

jlbriggs had this prob also - you advised him to use the nightly builds so i used it as well - and everything was fine
then i started getting "TypeError: Argument 1 of Node.removeChild is not an object."
then i read that the nightly builds should NEVER be used so i went back to the latest version
and "TypeError: g.aoColumns[a.aaSorting[f][0]] is undefined" is still there even though you promised a new version in June
please help if you can
or give an idea of when
thanks in advance
Marek Szumlas

Answers

  • allanallan Posts: 63,871Questions: 1Answers: 10,525 Site admin

    then i read that the nightly builds should NEVER be used so i went back to the latest version

    Where did you read that? Its nonsense - be it from me (in mistake) or from anyone else.

    The nightly builds are there to be used. I might have said don't use them directly from this server - and I stand by that. Don't hot link to the nightly builds incase I break them. But take a copy of the script and use it on your own server.

    Allan

  • padarewskipadarewski Posts: 2Questions: 1Answers: 0

    ok Allan, i'm sorry, i did have the nightlies hot linked
    but the situation remains unchanged
    with stable i get - "TypeError: g.aoColumns[a.aaSorting[f][0]] is undefined"
    and with nightly i get - "TypeError: Argument 1 of Node.removeChild is not an object"
    my GUI needs a lot more work so for now i'll drop ColReorder
    and try again later with a new release maybe
    one more question if you have time -
    i do load my tables from the server but only once at the beginning, so i have

    .dataTable({ "ajax":'json_encode.php',
    "serverSide":false,
    "processing":false,
    "stateSave":true,
    "stateDuration":0 });

    for each table, is this ok ? - it seems to work
    but if "serverSide" means "use server-side processing" then what does "processing" do ?

    thanks for your time
    Marek

This discussion has been closed.