react-virtualized
react-virtualized copied to clipboard
Ability to show noContentRenderer result in only one grid
Currently, if I have fixedColumnCount and noContentRenderer set, it displays the no content text in both panels, but that doesn't look good.
Would be possible to either have to props, e.g: noContentRightGridRenderer and noContentLeftGridRenderer or anything to avoid this behaviour?
- 1
@vcardins did you found any workaround for this issue?
@vcardins did you found any workaround for this issue?
i think maybe we can use css classNameTopLeftGrid, classNameTopRightGrid to hidden empty view.