Problem when using aoSearchCols with multi column search with server side data.

Problem when using aoSearchCols with multi column search with server side data.

jimvjimv Posts: 27Questions: 0Answers: 0
edited October 2009 in General
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

Replies

  • allanallan Posts: 61,762Questions: 1Answers: 10,111 Site admin
    Hi Jim,

    Good to hear you got it sorted - thanks for the update.

    Regards,
    Allan
This discussion has been closed.