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

Or we should at least provide an option to do this automatically. Usually don't want unformatted json in the input when viewing or editing.

small
forms
ready

Would like to be able to query all of the leaves that are consituents of a given cube row. Two options (we could do both): 1) Have some kind of...

data
ready

`GridModel` supports a `clicksToExpand` prop, but it is only applied when `treeMode == true`. We wanted this to work for a simple grouped grid (full width grouping rows). (More specifically,...

grid
client-request
ready

You can see this in our Toolbox example - https://toolbox-dev.xh.io/app/grids/dataview. We don't have switches on this example to turn on/off row hover highlights, but it is *off* by default and...

bug
grid
styles
ready

I was in a bit of a rush when I first put in this ticket, but I believe the issue is that: ``` class MyModel extends HoistModel { @persist.with({prefKey: 'faveNumber'})...

technical
ready

They have full TS support now (https://react-select.com/typescript), and some nice improvements to customizing styling of the various components which would clean up some app code which currently has to provide...

dependencies
ready

+ Consider providing `loadDataAsync()`, a variant that uses async loops for processing. Final result only installed if no intervening changes made to store, otherwise exception is thrown. + Consider checking...

technical
data
performance

Blueprint has a nice example of this, but they are really easy to find. Nice when you really need a range, and want to use one-click buttons, etc. One issue...

forms
new-component
ready

Currently if you want to make a structural change to the records in a `Store` you need to use the `updateData()` method to first remove a record from its existing...

data

As per client request, Chart context menu should have an API that allows the menu items to be customized.

charts
client-request
ready