Problem when using aoSearchCols with multi column search with server side data.
Problem when using aoSearchCols with multi column search with server side data.
Problem resolved, typo error in my code.
I'm running into some javascript errors when using aoSearchCols with multi column search with server side data.
The error is: 'aoPreSearchCols' is null or not an object.
My table code is shown in the following discussion: http://datatables.net/forums/comments.php?DiscussionID=774&page=1#Item_3 (note that I don't have multi column server search working, I tried this to help figure that out).
The only line I have added is
"aoSearchCols": [null,null,null,null,null,null],
Any suggestions?
Thanks
Jim
I'm running into some javascript errors when using aoSearchCols with multi column search with server side data.
The error is: 'aoPreSearchCols' is null or not an object.
My table code is shown in the following discussion: http://datatables.net/forums/comments.php?DiscussionID=774&page=1#Item_3 (note that I don't have multi column server search working, I tried this to help figure that out).
The only line I have added is
"aoSearchCols": [null,null,null,null,null,null],
Any suggestions?
Thanks
Jim
This discussion has been closed.
Replies
Good to hear you got it sorted - thanks for the update.
Regards,
Allan