hoist-react
hoist-react copied to clipboard
🏗️ ⚛️ The XH Hoist toolkit for React
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.
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...
`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,...
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...
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'})...
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...
+ 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...
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...
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...
As per client request, Chart context menu should have an API that allows the menu items to be customized.