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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,14 @@ All notable changes for each version of this project will be documented in this
26
26
```
27
27
- `igx-paginator`
28
28
- Replaces the current paginator in all grids. Can be used as a standalone component.
29
+
<br/>Have in mind that if you have set the `paginationTemplate`, you may have to modify your css to display the pagination correctly. The style should be something similar to:
30
+
```
31
+
.pagination-container {
32
+
display: flex;
33
+
justify-content: center;
34
+
align-items: center;
35
+
}
36
+
```
29
37
- `IgxCombo`
30
38
- Input `[overlaySettings]` - allows an object of type `OverlaySettings` to be passed. These custom overlay settings control how the drop-down list displays.
31
39
- `IgxForOf` now offers usage of local variables `even`, `odd`, `first` and `last` to help with the distinction of the currently iterated element.
0 commit comments