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 ??
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
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
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