Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): use correct grid container on Resizer to fix Pagination
- React-Slickgrid should use `this.elm` directly and doesn't need to query `div` from it, that was only necessary in Aurelia-Slickgrid because it has a `<template>` which React doesn't hence unnecessary to query from - that also probably means that Example 2 resizer was probably not working as expected (when resizing browser) and now it does
- Loading branch information