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 can we post XML strings along with text strings in iOS -

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

c# - cefsharp app remember password option -