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
I cannot set the type and format for an <hot-column ...> element using a binding with controller variable or function. I'm using my own Column object and I set params this way: <hot-column .. ng-repeat="oCol in $ctrl.getColumns()" type="'{{oCol.getType()}}'" format="'{{oCol.getFormat()}}'">
The text was updated successfully, but these errors were encountered:
I cannot set the
type
andformat
for an<hot-column ...>
element using a binding with controller variable or function. I'm using my ownColumn
object and I set params this way:<hot-column .. ng-repeat="oCol in $ctrl.getColumns()" type="'{{oCol.getType()}}'" format="'{{oCol.getFormat()}}'">
The text was updated successfully, but these errors were encountered: