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

r - Trouble relying on third party package imports in my package -

Payment information shows nothing in one page checkout page magento -