How to set items per line in a column?
Here is HTML code:
<td ng-repeat="dr in img">
<input id="imBed" ng-model="q" type="image" ng-src="{{dr.IMG}}" style="width: 50px;height: 50px" ng-click="Save(dr)" />
<span ng-model="dr.BEDNO" style="width:60px">{{dr.BEDNO}} </span>
</td>