You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current testing verifies against IE9+, Chrome, Firefox, Safari 5+, Opera and Android. We expect that the functionality
49
+
Our current testing verifies against IE9+, Edge, Chrome, Firefox, and Safari 7+. We expect that the functionality
50
50
is compatible with any HTML5 compliant and Javascript enabled browser. Refer {@link 100_preReqs preReqs}. Note that IE9
51
51
compatibility is marginal - the base functions all work but performance is poor in some cases, and some behaviour is not
52
52
as desired. We have limited ability to control some of this, but have decided to retain IE9 in the supported list due to
53
53
the small number of organisations for whom this is critical. If using on IE9 we recommend testing your specific use cases
54
54
to verify all your desired functions work adequately.
55
55
56
-
## What angular versions are supported by ui.grid
56
+
# What angular versions are supported by ui.grid
57
57
58
-
Our current testing uses angular 1.6. We intend to remain compatible with all forward versions of 1.6.
58
+
Our current testing uses angular 1.4 - 1.6. We intend to remain compatible with all forward versions of 1.6.
59
59
Refer {@link 100_preReqs preReqs}
60
60
61
-
## How can I wrap text in a cell?
61
+
# How can I wrap text in a cell?
62
62
Refer also http://stackoverflow.com/questions/29298968/increase-width-of-column-in-ui-grid
63
63
64
-
Firstly, to set the column width you need to use column definitions, then you can set a width in pixels or percentage on each. Refer http://ui-grid.info/docs/#/tutorial/201_editable as an example that has column widths.
64
+
Firstly, to set the column width you need to use column definitions, then you can set a width in pixels or percentage on each. Refer {@link
65
+
201_editable 201 Editable} as an example that has column widths.
65
66
66
-
Secondly, there is the ability to add tooltips, which are one way to show longer cells that don't fit in the space available. Refer http://ui-grid.info/docs/#/tutorial/117_tooltips
67
+
Secondly, there is the ability to add tooltips, which are one way to show longer cells that don't fit in the space available. {@link 117_tooltips
68
+
117 Tooltips}
67
69
68
70
Thirdly, you can make the rows taller and therefore have space to wrap content within them. Be aware that all rows must be the same height, so you can't make only the rows that need it taller.
69
71
@@ -73,7 +75,7 @@ There are a number of common gotchas in using the grid, this FAQ aims to cover m
73
75
74
76
A plunker as an example: http://plnkr.co/edit/kyhRm08ZtIKYspDqgyRa?p=preview
75
77
76
-
### How can I create a single central filter box similar to that available in ng-grid 2.x?
78
+
# How can I create a single central filter box similar to that available in ng-grid 2.x?
77
79
78
80
In general ui-grid implements filters on a per-column basis, similar to how Excel implements them. The
79
81
filter is evaluated column by column, allowing a value to match in one of a list of columns implies an
0 commit comments