oSearch doesn't work when using sAjaxSource and 'bSort':false

oSearch doesn't work when using sAjaxSource and 'bSort':false

hikaen2hikaen2 Posts: 1Questions: 0Answers: 0
edited February 2013 in Bug reports
Hi,

I have a problem when using oSearch, bSort, and sAjaxSource.
I wrote a some code like this:

http://live.datatables.net/amadet/edit#javascript,html
[code]
$(document).ready(function() {
$('#example').dataTable({
'oSearch': {'sSearch': 'FireFox'},
'bSort': false,
'sAjaxSource': 'http://live.datatables.net/inigoh/js'
});
} );
[/code]

But oSearch doesn't work.
Is this a bug?

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    It certainly looks like it. Thanks for spotting it. I'll make sure 1.10 has a fix.

    Allan
This discussion has been closed.