Nikita Ushkal
Nikita Ushkal
Hi, Currently, lazy loading mode doesn't support dynamic row heights, only equal heights are supported using the [estimatedRowHeight ](https://devexpress.github.io/devextreme-reactive/react/grid/docs/reference/virtual-table/#properties)property. However, we plan to improve this in the future.
Hi, I couldn't reproduce the problem using both a [sample project](https://codesandbox.io/s/km43pqo3lv) and our demo, see the attached [screencast](http://recordit.co/4qm1FBuUJ0). @ssg-luke could you please provide us with a sample project where the...
Hi @ssg-luke , At present, the DevExtreme Reactive Grid does not support a combination of paging and a virtual table. We'll notify you once it is implemented. Sorry for the...
Hi @dogrultan, Thank you for this suggestion, we will consider implementing it in the future.
Hi @cellog , Thank you for reporting this problem. We’ll add a note to our documentation.
Hi @khoanguyen2610 , Currently we do not support this feature. Thank you for the idea, we'll consider implementing it in our future releases.
Hi @karczk , Thank you for this suggestion. We’ll consider implementing it in our future releases.
@karczk Your approach is correct. However, to achieve the maximum performance, I recommend you extract these calculations to the Getter so that they will be recalculated only when the grouping...
Hi @calvinl , This enhancement is postponed for a while. In the meantime, you can determine whether an editor is used in a filter row or in an edit row...
Hi @chozze , I've created a sample [project](https://codesandbox.io/s/devextreme-react-grid-for-material-ui-8cw6l) to show a way to implement your scenario using the `row` property.