Skip to content

Commit

Permalink
fix: 🐛 setColumnVisible uses worng debounce key
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jul 9, 2020
1 parent aa203c8 commit 0e1b99a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BBjGridExWidget.bbj
Expand Up @@ -2880,9 +2880,8 @@ class public BBjGridExWidget extends BBjWidget implements GxColumnsManagerInterf
#getColumn(next!).setHidden(hidden!)
fi
wend
scriptKey! = "$wnd.gw_setColumnVisible"
script$="$wnd.gw_setColumnVisible('" + #getRootId() + "','" + columns! + "'," + str(hidden!.booleanValue()) +");"
#getExecutor().execute(scriptKey!,script$)
#getExecutor().execute(script$)
methodend
rem /**
rem * Sets the visibility of a column
Expand Down

0 comments on commit 0e1b99a

Please sign in to comment.