sScrollY messes the search

sScrollY messes the search

EloElo Posts: 2Questions: 0Answers: 0
edited November 2013 in DataTables 1.9
Hi all,

I'm new with DataTable and having an issue (driving me crazy !) with the search when I'm using the property sScrollY.
When I search for an existing word from the table and the property sScrollY is set, then the search doesn't show me any result. Or it will show results more or less correctly until I enter the full word and then show me nothing anymore.

I've reproduced the issue using JSFiddle. If in this example you search for "carles" it's not working even though the word exists in the table.
http://jsfiddle.net/NLwzA/2/

Here is the adata from DataTables debugger :
http://debug.datatables.net/ozamun

If you need more info don't hesitate :)

Thanks in advance,
Elo

Replies

  • EloElo Posts: 2Questions: 0Answers: 0
    Hi again,


    I just find out the issue :)
    There was an old piece of js executed just after the dataTable initialization which messed up the search.

    You can delete/close this discussion.

    Regards,
    Elo
This discussion has been closed.