setTableColAttr method
dynamic
setTableColAttr(
- 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();
}