columnFilter checkbox

columnFilter checkbox

spyboyzspyboyz Posts: 11Questions: 0Answers: 0
edited December 2011 in Plug-ins
Hi,

I'm using columnfilter to filter all my datatables columns.
But i have a problem with checkbox filter. Its works well the first time,
but when i'm reloading the page its seems thats the checkbox filter
didnt work anymore....

Any clues?


[code]
$oTable.dataTable().columnFilter({
sPlaceHolder: "head:after",
aoColumns: [ { type: "select"},
{ type: "select"},
{ type: "text",bRegex:true },
{ type: "checkbox"},
{ type: "select"},
null,
{ type: "checkbox"}
]
});
[/code]

Replies

  • spyboyzspyboyz Posts: 11Questions: 0Answers: 0
    On the second load , when i check a checkbox i get this kind of error with firebug :

    [code]
    oSettings is null
    if ( !oSettings.oFeatures.bFilter )
    [/code}
  • spyboyzspyboyz Posts: 11Questions: 0Answers: 0
    Well, solved.
This discussion has been closed.