Jonathan Eiten

Results 9 issues of Jonathan Eiten

For undiscovered reasons, the `'by-cells'` grid renderer should not be used when dragging a column. It produces a rendering anomaly wherein an entire column temporarily goes missing. Proposed solution: Temporarily...

bug
help wanted

Now that we are deferring grid recalculations and re-rendering till end-of-thread, to avoid mulitple occurrences of those operations, we should consider making all properties "dynamic" and add to the setters...

## Background This document essentially describes the minimum standard interface for a Hypergrid data source. The motivation here is to be able to easily switch out the standard data source...

The following should be able to be called multiple times, similar to `repaint()`, while deferring and collapsing all calls until the end of the thread: * `behaviorChanged` Does one of...

It would be nice if Hypergrid had a property to specify the properties hierarchy because I can see how some apps would prefer a different order, especially the ability to...

@Dwaynekj Hey DJ, While refining/updating issue #614 (v3 prep), I came across your change to the calling signature of the data source constructor, which I’m sure you recall was in...

GitHub informed us that [email protected] has a security vulnerability. We will update to [email protected] on our next release. I have already made the edit to package.json in my 3.0.0 branch...

[These lines](https://github.com/fin-hypergrid/core/blob/develop/src/renderer/index.js#L661-L667) , the context for`rowColumnIndex` and `treeColumnIndex` should be `this.grid.behavior` (not `this.grid`). This resulted in `getColumnWidth()` always returning the default column width instead of the actual column width (not...

## The issue This ticket addresses a problem I recently observed where cell properties were being obscured by row properties, which should be the other way around. In other words,...