How do I set non-fixed dimensions on an angular ui grid? -


i found how turn off scrolling doesn't make rows show flat table of data.

$scope.gridoptions.enablehorizontalscrollbar = uigridconstants.scrollbars.never; $scope.gridoptions.enableverticalscrollbar = uigridconstants.scrollbars.never; 

is there way use ng-grid inline-block element takes size of children regardless of how tall or wide are?


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -