getRowHeight() not working with rowModelType = 'infinite' with latest ag-grid version

前端 未结 2 671
我在风中等你
我在风中等你 2020-12-22 03:27

I see this Note on ag-grid site:

Changing the row height is only supported in the in memory row model. You cannot use variable row height when using v

2条回答
  •  暖寄归人
    2020-12-22 03:49

    getRowHeight() is not supported in infinite row model. getRowHeight only works with the InMemoryRowModel

提交回复
热议问题