Top "Angular-ui-grid" questions

angular-ui-grid is a datagrid written in AngularJS by the AngularUI Team.

Best way to represent a Grid or Table in AngularJS with Bootstrap 3?

I am creating an App with AngularJS and Bootstrap 3. I want to show a table/grid with thousands of rows. …

angularjs twitter-bootstrap-3 ng-grid angular-ui-grid smart-table
Angular ui-grid dynamically calculate height of the grid

I am using : https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release/3.0.0-RC.18 <div ui-grid="gridOptions" style="height:765px"&…

angularjs angular-ui angular-ui-grid
Conditional cell template in ui-grid angularjs

How to add conditional when showing data in ui-grid cellTemplate below: $scope.status = ['Active', 'Non Active', 'Deleted']; $scope.gridOptions = { columnDefs: [{ …

angularjs angular-ui-grid
How to use refresh method in ui-grid?

I am trying to update visibility option in the columDefs of my ui-grid. After updating the value I need to …

javascript angularjs angular-ui-grid
Where can I get Angular ui-grid selected items

Testing out Angular ui-grid (ng-grid v.3.0). Can not for the life of me find the selected row. I just want …

javascript angularjs angular-ui-grid
How to color row on specific value in angular-ui-grid?

I'm trying to color a row depending on it's value in the new angular-ui-grid 3.0 rc12 but I haven't been able …

javascript html css angularjs angular-ui-grid
angular ui-grid event: row selected

I am trying to enable/disable a button based on the selection of a row on a ui-grid. If there …

javascript angularjs angular-ui-grid
ag-grid vs slick-grid vs angular-grid which is better?

Recently we thought to change our current grid tool. Currently we're using kendo-ui for grid and all. After searching we …

angularjs kendo-grid angular-ui-grid slickgrid ag-grid
Angularjs ui-grid Filter from text input field

Maybe somebody can help me with a little problem. I am pretty new in the field of web programming, but …

javascript angularjs angular-ui-grid
Hide horizontal scrollbar (Angular ui-grid)

I'm trying to hide the horizontal scrollbar of a Angular ui-grid, but I can't find the right property. (Property enableScrollbars=…

angular-ui-grid