hoist-react
hoist-react copied to clipboard
🏗️ ⚛️ The XH Hoist toolkit for React
- [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...
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...
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...
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...
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...
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...
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...