Frozen Columns in combination with Toolbar Searching, do not work well. Please verify this at: Please help.
Asked
Active
Viewed 590 times
1 Answers
0
In your code example you call filterToolbar
after calling of setFrozenColumns
, but you did nothing what I describe in my answer. I described the steps which you need do after toggleToolbar
. The same action you have to do after filterToolbar
.
A would recommend you better to call filterToolbar
before calling of setFrozenColumns
.
-
@DavidO. It's strange question. I am not owner of the code. I posted many suggestions to trirand. Many from there will be included, but many stay even not unanswered. In the case I in my opinion it is *not* bug. You should just change to order of two line of your code and the problem will be solved. – Oleg Mar 17 '12 at 17:05