oSearch doesn't work when using sAjaxSource and 'bSort':false
oSearch doesn't work when using sAjaxSource and 'bSort':false
hikaen2
Posts: 1Questions: 0Answers: 0
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?
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?
This discussion has been closed.
Replies
Allan