nstoertz

Results 6 issues of nstoertz

what edition are you using - enterprise (for evaluation) version - 4.1.12 Looking at the docs, it doesn't appear there is a good way to reload Grid data without losing...

@inovua/reactdatagrid-enterprise: 4.1.15 When I switch columns and dataSource props, the new columns are called once with the old data, when I'd expect to always get the new data. Here's a...

Using TreeGrid APIs, I was finding that my browser ran out of memory when trying to load nodes with more than 60 child nodes... the stack trace is coming from...

https://reactdatagrid.io/docs/changelog#4.0.26 added support for a loadNodeAsync property available on the parent node in the TreeGrid. In our UI, we are attempting to display a load more button as a child...

`loadNode` is properly called when using `loadNodeAsync` but `loadNodeOnce` is not. This is contrary to the documentation shown here: https://reactdatagrid.io/docs/api-reference#props-loadNodeOnce

I'm building a UI where we'd like rows at the top level of our TreeGrid to have a larger row height than nested rows. The current rowHeights property, https://reactdatagrid.io/docs/api-reference#props-rowHeights, is...