hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

🏗️ ⚛️ The XH Hoist toolkit for React

Results 160 hoist-react issues
Sort by recently updated
recently updated
newest added

**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...

grid
ready

This is part of the underlying component's api and I have use for it in a client app.

good-first-issue

Most notably font-size, padding, default bg color, maybe some of the sizing constraints - via a small set of `--xh-badge-...` vars.

styles
small
ready

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...

technical

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...

client-request
ready

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...

grid
client-request

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...

bug
data
ready

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...

grid

…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...