I am using this code.
<Paper>
<Grid>
... ...
</Grid>
<div>
<span>Rows Selected: <strong>{selection.length}</strong></span>
</div>
</Paper>
It shows "Row Selected" div in next row in the PagingPanel.

I wanted it shows "Row Selected" in same row with "PagingPanel". so that I can save the space.
dx-react-grid": "1.10.0"
dx-react-grid-material-ui": "1.10.0"
Hi,
聽
You can create a plugin that renders the number of selected rows in the "footer" template. Here is a sample project for your reference.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.
Most helpful comment
Hi,
聽
You can create a plugin that renders the number of selected rows in the "footer" template. Here is a sample project for your reference.