filter help
filter help
Hi, im having a little trouble with filtering
This is the problem global search (complete) is working fine but when i put individual filtering the result is nothing it simple dont do anything.
I already tried to see the the function fnfilter is called when i write something the the boxes and nothing
$("tfoot input").keyup( function () {
alert($("tfoot input").index(this) + ' ' + this.value);
oTable.fnFilter( this.value, $("tfoot input").index(this) );
} );
the alert appears and shows the right values only oTable.fnFilter nothing (i tried an alert in js also to see if the function is called, and nothing)
Im using jquery 1.5.1 jqueryUi 1.8.11
lastest datatable js 1.7.6
I havent change any code in the JS
PS: im using fixedheader plugin, but with him or without its the same
help
[code]
var asInitVals = new Array();
$(document).ready(function() {
var otable = $('#tabela51678_86251').dataTable( {
"bJQueryUI": true,
"sPaginationType": "full_numbers"
,"iDisplayLength": 25,
"bStateSave": true,
"bFilter": true,
"bProcessing": true,
"oLanguage": {
"sProcessing": "Processando...",
"sLengthMenu": "Mostrar _MENU_ registos",
"sZeroRecords": "O termo pesquisado n
This is the problem global search (complete) is working fine but when i put individual filtering the result is nothing it simple dont do anything.
I already tried to see the the function fnfilter is called when i write something the the boxes and nothing
$("tfoot input").keyup( function () {
alert($("tfoot input").index(this) + ' ' + this.value);
oTable.fnFilter( this.value, $("tfoot input").index(this) );
} );
the alert appears and shows the right values only oTable.fnFilter nothing (i tried an alert in js also to see if the function is called, and nothing)
Im using jquery 1.5.1 jqueryUi 1.8.11
lastest datatable js 1.7.6
I havent change any code in the JS
PS: im using fixedheader plugin, but with him or without its the same
help
[code]
var asInitVals = new Array();
$(document).ready(function() {
var otable = $('#tabela51678_86251').dataTable( {
"bJQueryUI": true,
"sPaginationType": "full_numbers"
,"iDisplayLength": 25,
"bStateSave": true,
"bFilter": true,
"bProcessing": true,
"oLanguage": {
"sProcessing": "Processando...",
"sLengthMenu": "Mostrar _MENU_ registos",
"sZeroRecords": "O termo pesquisado n
This discussion has been closed.