From adbc7792431bb54118743e4c02aa9fa4b5e20ccc Mon Sep 17 00:00:00 2001 From: Hyyan Abo Fakher Date: Fri, 16 Feb 2018 13:58:43 +0100 Subject: [PATCH] Fix #16 - setColumnsState is broken (and getColumnsState as well) --- BBjGridExWidget.bbj | 2 -- 1 file changed, 2 deletions(-) diff --git a/BBjGridExWidget.bbj b/BBjGridExWidget.bbj index 73afab7a..99aab74a 100644 --- a/BBjGridExWidget.bbj +++ b/BBjGridExWidget.bbj @@ -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)