Skip to content

Commit

Permalink
Fix #96 & fix #98
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jan 20, 2019
1 parent c83b290 commit c66472a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
6 changes: 2 additions & 4 deletions BBjGridExWidget.bbj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class public BBjGridExWidget extends BBjWidget
rem *
rem * @RequiresRefresh
rem */
field public BBjNumber Editable! = 0
field public BBjNumber Editable! = 0
rem /**
rem * Enable / Disable cell editing for the whole grid
rem * 1 = enable editing
Expand Down Expand Up @@ -1729,9 +1729,7 @@ class public BBjGridExWidget extends BBjWidget
fi

options! = new JsonObject()
options!.addProperty("enableSorting",Boolean.valueOf(1))
options!.addProperty("animateRows",Boolean.valueOf(1))
options!.addProperty("enableColResize",Boolean.valueOf(1))
options!.addProperty("allowContextMenuWithControlKey",Boolean.valueOf(0))
options!.addProperty("enableFilter",#EnableFilter!)
options!.addProperty("floatingFilter",#EnableFloatingFilter!)
Expand Down Expand Up @@ -1880,7 +1878,7 @@ class public BBjGridExWidget extends BBjWidget
node!.addProperty("editable",1)
else
node!.addProperty("editable",0)
FI
FI

aggFunc$ = cd!.getFieldAttribute(f$,"AGG_FUNC",err=*next)

Expand Down
4 changes: 2 additions & 2 deletions js/dist/bbj-grid-widget.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/bbj-grid-widget.min.js

Large diffs are not rendered by default.

0 comments on commit c66472a

Please sign in to comment.