Skip to main content

All Questions

0 votes
1 answer
38 views

Angular.js (angular-ui) : "resolve" not returning anything in the child component

While trying to get data from the "resolve" object. I cannot get anything from what is found in the parent component. Structure partner-component partner-list-component Result Parent code ...
Eric's user avatar
  • 85
0 votes
0 answers
75 views

Angularjs ui grid issue with small set of data (very few rows) but containing huge text for some columns

I am using ui grid in Modal but I am facing problem in representing data with large text. I have only maximum up to 5 rows in my data set. But some of the columns in the rows have huge text. So I ...
Madasu K's user avatar
  • 1,863
2 votes
3 answers
4k views

How to Redraw Tables using Angular UI Tabs and UI Grid?

I'm trying to migrate from jQuery Data Tables to Angular UI. My app uses the MySQL World schema and displays the data in 3 different tables. In jQuery, I'd 3 different pages, each launched from a home ...
Abhijit Sarkar's user avatar
4 votes
4 answers
4k views

Ui-grid disappears in angular-ui-tab

I've ui-grids in angular-ui-tabs, they are inside an ng-if to avoid rendering issues. If there is more data and the grid goes into scrolling mode, the data disappears completely when clicking the tabs....
user3255061's user avatar
  • 1,815
0 votes
2 answers
2k views

For Angular js ui grid remove right and bottom scrolling boarders

In Angular js ui rid, how can I remove vertical and horizontal scrollbars ? And also for each column heading I am getting a little carrot icon by default, which shows sort ascend, sort descent, Hide ...
smart987's user avatar
  • 832
3 votes
1 answer
2k views

Angularjs Ui grid grouping formatting is needed

I am using Angularjs ui grid grouping functionality. Please see the image, When displaying group sum, by default it is getting displayed as 'total :' but I want to change it to 'Total' (capital 'T') ...
Madasu K's user avatar
  • 1,863
0 votes
1 answer
932 views

Angularjs ui grid with grouping column sequence is getting jumbled up

I am using AngularJs ui grid with grouping. The table is displaying fine but the problem I am facing is that the months sequence in the table is getting jumbled up. Please find my Plunker. In the ...
Madasu K's user avatar
  • 1,863
4 votes
1 answer
509 views

angular ui.grid [[object HTMLDivElement]] will be displayed instead of data in every cell

I'm using angular 1.3 and angular ui bootstrap and ui-grid 3(because of rtl support). Here is the plunkr.
Jahan Zinedine's user avatar