columnFilter checkbox
columnFilter checkbox
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]
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]
This discussion has been closed.
Replies
[code]
oSettings is null
if ( !oSettings.oFeatures.bFilter )
[/code}