Skip to content

Commit

Permalink
Fix #16 - setColumnsState is broken (and getColumnsState as well)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Feb 16, 2018
1 parent 35ba60d commit adbc779
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BBjGridExWidget.bbj
Expand Up @@ -539,8 +539,6 @@ class public BBjGridExWidget extends BBjWidget
node! = new JsonObject()
node!.addProperty("headerName",label$)
node!.addProperty("field",f$)

node!.addProperty("colId","foo")

pin$=""
pin$=cd!.getFieldAttribute(f$,"PINNED",err=*next)
Expand Down

0 comments on commit adbc779

Please sign in to comment.