Closed JasonElkin closed 2 months ago
Fix for issue #1
At the point that grid.initialized fires there isn't always a 1:1 between rows and umb-row-inner so the safest thing to do is just check if the element exists and, if not, just do nothing.
grid.initialized
umb-row-inner
Fix for issue #1
At the point that
grid.initialized
fires there isn't always a 1:1 between rows andumb-row-inner
so the safest thing to do is just check if the element exists and, if not, just do nothing.