Columnfilter + Chrome 22 not always working (was working on Chrome 21)
Columnfilter + Chrome 22 not always working (was working on Chrome 21)
Kris
Posts: 4Questions: 0Answers: 0
Google just released their new Chrome version for MAC yesterday (or maybe earlier) and I notice that the sorting is now broken - although not always. The result in sSearch_X is empty while a value has been selected.
I have 3 different select on my table and a date also. The first select and the date is working while the 2 other select are broken. In Firefox, it's still fine.
Unfortunately, I don't get any error in the console...
My Filtercolumn looks like that:
.columnFilter({
"sPlaceHolder": "head:before",
"sRangeFormat": "From {from}
to {to}",
"aoColumns": [
null,
null,
{"type": "select", "values": Magazines},
{"type": "select", "values": Projects},
null,
{"type": "select", "values": StageNames},
null,
{"type": "date-range" },
null
]
});
I have 3 different select on my table and a date also. The first select and the date is working while the 2 other select are broken. In Firefox, it's still fine.
Unfortunately, I don't get any error in the console...
My Filtercolumn looks like that:
.columnFilter({
"sPlaceHolder": "head:before",
"sRangeFormat": "From {from}
to {to}",
"aoColumns": [
null,
null,
{"type": "select", "values": Magazines},
{"type": "select", "values": Projects},
null,
{"type": "select", "values": StageNames},
null,
{"type": "date-range" },
null
]
});
This discussion has been closed.
Replies
Allan