Olof Bjerke

Results 5 comments of Olof Bjerke

@JoviDeCroock I've managed to reproduce the issue in a [Stackblitz](https://stackblitz.com/edit/vitejs-vite-ne4iu8?file=src%2Fmain.tsx) environment, using preact 10.19.7. The issue can be seen if a keyed list item is moved to an earlier position,...

Hi @hski-github! Great suggestion about adding further examples regarding how hierarchies can be used. As the documentation states, [the `rows()` method on any `DataviewHierarchyNode`](https://tibcosoftware.github.io/spotfire-mods/api-docs/interfaces/dataviewhierarchynode.html#rows) computes the data view rows corresponding...

@hski-github Is it something like this that you would like to see in the text? ![hierarchies](https://user-images.githubusercontent.com/8665943/118504822-2741cd80-b72c-11eb-938e-7edd07f1570c.png)

I think it would be difficult to convey the data in a JSON file because one important aspect when comparing hierarchies and `allRows` is that they refer to the same...

I might have been unclear in the drawing, all of the lines from a node represents the rows that are retrieved when calling `node.rows()` from that node. - In the...