fix facet by blank (switched true/false)
This commit is contained in:
parent
2db567ab0f
commit
9c55c7e121
@ -660,7 +660,7 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
|
||||
{
|
||||
"name" : $.i18n('core-views/blank-rows'),
|
||||
"columnName" : "",
|
||||
"expression" : "(filter(row.columnNames,cn,isNonBlank(cells[cn].value)).length()>0).toString()"
|
||||
"expression" : "(filter(row.columnNames,cn,isNonBlank(cells[cn].value)).length()==0).toString()"
|
||||
},
|
||||
{
|
||||
"scroll" : false
|
||||
|
Loading…
Reference in New Issue
Block a user