Skip to content

Commit

Permalink
fix: fix wrong method name for removePivotColumns
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jul 2, 2019
1 parent 6d07f68 commit 2f3b80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BBjGridExWidget.bbj
Expand Up @@ -1395,7 +1395,7 @@ class public BBjGridExWidget extends BBjWidget implements BBjGridExWidgetColumns
rem *
rem * @param BBjString columns! A comma separated string of column fields
rem */
method public void removeRowGroupColumns(BBjString columns!)
method public void removePivotColumns(BBjString columns!)
#executeScript("gw_removePivotColumns('" + #GRIDID$ + "','" + columns! + "');")
list! = Arrays.asList(columns!.split(","))
it! = list!.iterator()
Expand Down

0 comments on commit 2f3b80a

Please sign in to comment.