Hide Row Numbers
React Data Grid
File of interest
The .jsx component where you added the grid with
The .jsx component where you added the grid with
<DeeboDataGrid /> or deebo-grid/src/App.jsx in the default code setup.
You simply need to pass the rowNumbers prop of the grid component as false.
This will hide the row numbers in the grid. It will also hide row numbers in grouped rows. Do it with the code below:
<DeeboDataGrid rowNumbers={false} />