jscript error "number expected" when sorting on certain columns
jscript error "number expected" when sorting on certain columns
chrisesimpson
Posts: 7Questions: 0Answers: 0
It seems to happen on the following line:
oSettings.aiDisplayMaster.sort(fnLocalSorting)
It's always the same columns in my table but there appears to be nothing special about the data in those specific columns.
Thanks
Chris
oSettings.aiDisplayMaster.sort(fnLocalSorting)
It's always the same columns in my table but there appears to be nothing special about the data in those specific columns.
Thanks
Chris
This discussion has been closed.
Replies
If so you can work around it by setting the sType for the column to be "string". Or if you are interest I can post the fixed code.
Regards,
Allan
Thanks very much for the prompt response. This is a very nice component. I shall be spreading the word.
Cheers
Chris