custom filter & ajax & cookie
custom filter & ajax & cookie
slayer2205
Posts: 2Questions: 0Answers: 0
Hi there,
I am new to this forum so first a hello to you :)
I am using Datatables since yesterday and i like it a lot, but i have a problem and don't know how to solve it:
I am using the server-side processing mode, custom filters and state saving. Now the problem is, that I use want to use the custom filters according to this post: http://datatables.net/forums/comments.php?DiscussionID=2864#Item_3
In fact the fnInitComplete-callback is not be called until the loading process has finished, so I cannot apply my filters before loading the data. Is there any event or callback which is triggered before loading the data from the ajax source?
I am new to this forum so first a hello to you :)
I am using Datatables since yesterday and i like it a lot, but i have a problem and don't know how to solve it:
I am using the server-side processing mode, custom filters and state saving. Now the problem is, that I use want to use the custom filters according to this post: http://datatables.net/forums/comments.php?DiscussionID=2864#Item_3
In fact the fnInitComplete-callback is not be called until the loading process has finished, so I cannot apply my filters before loading the data. Is there any event or callback which is triggered before loading the data from the ajax source?
This discussion has been closed.
Replies
Problem solved :D