You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Angular Slickgrid in my application and I am facing an issue in the slick grid option. Here I described my scenario. First I have applied Toggle Filter Row option in the right corner. Then I switched the language, now I seen the list of option which available at the right corner. I cannot see the Toggle Filter Row option, its disappeared.
ghiscoding
changed the title
Toggle filter row option disapperaed once language switched in Angular SlickGrid
Toggle filter row option disappeared once language switched in Angular SlickGrid
May 5, 2020
- this command "Toggle Filter Row" disappeared if it happens to have the filter row hidden when calling translate. This PR fixes it but while fixing this, it was also found that the Filter row MUST be visible BEFORE calling the translation service else the filters don't get recreated and that is even worst.
- this command "Toggle Filter Row" disappeared if it happens to have the filter row hidden when calling translate. This PR fixes it but while fixing this, it was also found that the Filter row MUST be visible BEFORE calling the translation service else the filters don't get recreated and that is even worst.
Co-authored-by: Ghislain Beaulac <ghislain.beaulac@se.com>
I'm submitting a Bug report
Your Environment
Describe the Bug
I am using Angular Slickgrid in my application and I am facing an issue in the slick grid option. Here I described my scenario. First I have applied Toggle Filter Row option in the right corner. Then I switched the language, now I seen the list of option which available at the right corner. I cannot see the Toggle Filter Row option, its disappeared.
Steps to Reproduce
I have mentioned the below link which has the screen record clip taken from your samples. Please check and advise. Thanks. https://www.loom.com/share/58bcd0850ba844cf8140c2d48121a9de
Expected Behavior
Toggle Filter Row should not disapprear ever.
Current Behavior
I am using Angular Slickgrid in my application and I am facing an issue in the slick grid option. Here I described my scenario. First I have applied Toggle Filter Row option in the right corner. Then I switched the language, now I seen the list of option which available at the right corner. I cannot see the Toggle Filter Row option, its disappeared.
I explained this case in Stackoverflow as well. Please the stackoverflow link below.
https://stackoverflow.com/questions/61505151/toggle-filter-row-option-disapperaed-once-language-switched-in-angular-slickgrid?noredirect=1#comment108869400_61505151
Possible Solution
Code Sample
The text was updated successfully, but these errors were encountered: