angular-ui/ui-grid
Auf GitHub ansehenIn InternetExplorer 11, when {pinnedRight: true} and $ uibModal.open (), the header is shifted and displayed from the rest of the table.
Open
#6.780 geöffnet am 28. Juni 2018
grid-pinninghelp wanted
Repository-Metriken
- Stars
- (5.395 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
plunker: http://plnkr.co/edit/agplB3bsbO7d4CZ6kELA?p=preview
- Displayed in InternetExplorer11.
- There are multiple columns of {pinnedRight: true}.
- A function which invokes the $ uibModal.open () method (of UI Bootstrap) in appScopeProvider is defined. (Suppose this function name is "modalOpenFunction")
<a ng-click="grid.appScope.modalOpenFunction()"> </a>is set to the cellTemplate in the rightmost column.
If the above four conditions are satisfied and clicking the item of 4 and closing the opened Modal, the layout of the table will collapse. For details, please refer to plunker.
The picture shows what happens when Modal is closed.