Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

useExternalPagination and rowselection in angular UIGrid

I'm working on AngularJS UI Grid and when I use useExternalPagination,useExternalSorting attributes are true, Rowselection is not working. Below is my grid properties $scope.gridOption = { ...
Prabaharan Kathiresan's user avatar
3 votes
2 answers
9k views

How to find which column was sorted and in what order in angular ui.grid

How to find which column was sorted and in what order in angular ui.grid. Actually I want to set server based pagination. For this, I what to send data in params as {pageNumber, pageSize, column, ...
Kamaldeep Singh's user avatar
0 votes
1 answer
4k views

Angular UI-Grid Conditional Cell Template

I have a cell template that displays data from an external ui-select. However I only want the cell template to appear if the row(s) is/are selected. Here is my current code: $scope.gridOptions....
Jbodeen's user avatar
  • 25