hoist-react
hoist-react copied to clipboard
🏗️ ⚛️ The XH Hoist toolkit for React
When using a dot separated field path to specify a field on a column, it must be specified using the string form of the field: field: 'levelOne.nestedField' Using a a...
Spotted by @pauldelano on Google Flights - when looking at a list of faceted values, an "Only" option appears when hovered. Clicking causes that value to be selected and all...
We should probably mirror the structure of xhSizingMode. + Probably need to introduce new pref names. Could provide a script to move data that could be run at update time....
Goal is to pinned the 'name' column by default, and not allow it to be removed from the grid. This is buggy in a client app in two different states:...
In app we need to specify a custom renderer to achieve this. Could this be made easier/clean in hoist?
This would be a great enhancement to support #883 and I'm pretty sure it would be very easy to implement considering `RecordSet` is immutable - I think we just need...
Noticed in an app review with Lee that these don't look great. The values look the same as the labels and in particular a switch input renders as the word...
GridModel allows devs to set a rowClassFn() to control row-level css classes. Currently, styles set by these row classes can clash with existing styles - for example, changing `background-color` can...
We make frequent and direct use of the Blueprint Dialog out of `kit`. There are some concrete issues with this: * In general we want to avoid needing to go...
### Overview: At this point, we have implemented user-customizable tab switchers in a number of client apps. Ideally, we would like to promote this capability to the framework via a...