hoist-react
hoist-react copied to clipboard
🏗️ ⚛️ The XH Hoist toolkit for React
**Issue Summary**: Attempting the select the first row in an intentionally not-mounted `grid` will cause a three second mask. A `grid` may be intentionally not-mounted if something is chosen to...
This is part of the underlying component's api and I have use for it in a client app.
Most notably font-size, padding, default bg color, maybe some of the sizing constraints - via a small set of `--xh-badge-...` vars.
Unintentional doubled-up loads are an easy problem to create with competing reactions, debounces, and automatic load-on-mount for linked models, and they can be tricky to catch as if you're not...
Sometimes you would like to reload to a different route, or the root route -- we do it in a bunch of contexts. Would be nice to be able to...
Its always been a little strange that preferences and configs are only updated on the client when the entire page is refreshed. We think it would be very natural to...
Doing multi-select range selection on tree data will leave the hidden children of the last row in your range unselected. This is built-in behavior of ag-Grid, and not entirely clear...
When adding multiple eq filters on the same field, we implicitly OR them together (as otherwise you would never get any results): However if you then attempt to add another...
Developers should be able to utilize AG-Grid's support for custom pinned rows, but currently `GridModel` overwrites pinned row data provided via `agOptions`. As a workaround, pinned rows can be set...
…tivity tracking Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been...