Commit 691ed965 authored by GoshaZotov's avatar GoshaZotov

правка для бага 32470

parent 1962f9a9
...@@ -4967,12 +4967,16 @@ TablePart.prototype.showButton = function(val) ...@@ -4967,12 +4967,16 @@ TablePart.prototype.showButton = function(val)
TablePart.prototype.isShowButton = function() TablePart.prototype.isShowButton = function()
{ {
var res = true; var res = false;
if(this.AutoFilter) if(this.AutoFilter)
{ {
res = this.AutoFilter.isShowButton(); res = this.AutoFilter.isShowButton();
} }
else
{
res = null;
}
return res; return res;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment