Search function: Doesn't filter on only one char

Search function: Doesn't filter on only one char

SojborgSojborg Posts: 17Questions: 0Answers: 0
edited May 2010 in General
Hey,

Im having some problems with the Search filter function. When i input one char it doesn't filter the table. The search works great if i input 2 or more chars.

Here is my code:

var oTable = jQuery('#' + _target).dataTable({
"bJQueryUI": true,
"bStateSave": true,
"bSort": true,
"sPaginationType": "full_numbers",
"aoColumns": dataTypes,
"oLanguage": {
"sLengthMenu": "Viser _MENU_ poster pr. side",
"sZeroRecords": "Der findes ingen poster - med dit udvalg",
"sInfo": "Viser nu _START_ til _END_ af _TOTAL_ poster",
"sInfoEmpty": "Viser 0 to 0 af 0 records",
"sInfoFiltered": "(Udvalgt af _MAX_ total antal poster)",
"sSearch": "S
This discussion has been closed.