You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our parsing currently replaces COL_FIELD with grid.getCellValue(). Cell Templates that need to use ng-model='COL_FIELD' can't be used because you can't bind a getter function to ng-model.
Add a MODEL_COL_FIELD variable that will be replaced with row.entity.colField value. This will use the same parsing as getCellValue so that complex properties, field names with special chars, etc can be used.
The text was updated successfully, but these errors were encountered:
swalters
added a commit
to swalters/ng-grid
that referenced
this issue
Sep 29, 2014
Our parsing currently replaces COL_FIELD with grid.getCellValue(). Cell Templates that need to use ng-model='COL_FIELD' can't be used because you can't bind a getter function to ng-model.
Add a MODEL_COL_FIELD variable that will be replaced with row.entity.colField value. This will use the same parsing as getCellValue so that complex properties, field names with special chars, etc can be used.
The text was updated successfully, but these errors were encountered: