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

- [x] It would be useful to be able to update `extraMenuItems` on these models post-construction. - [x] Could also support an `omit` config for these items that takes a...

layouts

Reported by client QA team. The copy menu item for regular rows puts the whole in your clipboard. While for total rows it only grabs the cell you are right...

Hoist models that support the `persistWith` API currently accept a single persistence provider, which is expected to persist all state. Some models - GridModel, FilterChooserModel, GroupingChooserModel - expose custom persist...

ready

We could use a simple grid-related helper component that binds to a grid model and displays / updates a single-level, full-row groupBy value. It could accept a list of groupable...

grid
new-component
ready

We have client apps where it is desirable to only ever call loadAsync/doLoadAsync when the user requests it via button or similar. As of now the first time you visit...

Resolves #1369 + This was a lot trickier than I already expected. Needs more work/consideration. + Setting the ag-grid flag `suppressMakeColumnVisibleAfterUnGroup`= `true` seems like the best way to allow us...

I've reached for this a few times, and @pauldelano just asked about such a component to help wrangle increasingly complicated forms in a client project. This would be a lightweight...

forms
client-request
layouts
new-component

I'd like to propose a new component and model to provide out-of-the-box support for user-managed collections of named, persisted state objects - e.g. grid states or dashboards. While the proposal...

new-component

We are using this [spinner component](https://github.com/xh/hoist-react/blob/develop/cmp/spinner/Spinner.js) in a client app for two job states: PENDING and PROCESSING. It would be nice to have a way to show a spinning gear...

good-first-issue
ready

Variations on these issues have persisted for a long time - unclear if we're causing this with our various overrides to button styles, or if there is some issue in...

bug
styles
mobile