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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -