All Questions
Tagged with angular-ui-select angular-ui-grid
3 questions
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 = {
...
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, ...
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....