setTableColAttr method

dynamic setTableColAttr(
  1. dynamic colValue
)

Implementation

setTableColAttr(colValue) {
  myLogAll('setTableColAttr');
  //{gName: gZzytransaction ,gCol: gTip, gType: gIsWholePage, gValue: false}
  dynamic aCol = getTableCol(colValue[gName], colValue[gCol]);
  aCol[colValue[gType]] = colValue[gValue];
  myNotifyListeners();
}