We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5807f commit 36f386fCopy full SHA for 36f386f
src/features/cellnav/js/cellnav.js
@@ -925,13 +925,15 @@
925
926
var grid = uiGridCtrl.grid;
927
928
+ //run each time a render container is created
929
+ uiGridCellNavService.decorateRenderContainers(grid);
930
+
931
// focusser only created for body
932
if (containerId !== 'body') {
933
return;
934
}
935
- // Needs to run last after all renderContainers are built
- uiGridCellNavService.decorateRenderContainers(grid);
936
937
938
if (uiGridCtrl.grid.options.modifierKeysToMultiSelectCells){
939
$elm.attr('aria-multiselectable', true);
0 commit comments