Reactjs – question related to colspan in material react table
I have created a Material React table using <MaterialReactTable columns={columns} data={data} />. I want a colspan across two to three columns (example below). Is it possible with material react table or do i need to use ag-grid? if using ag-grid,…