Sumanth

Results 1 comments of Sumanth

I found a way around to add rowSpan. example: ``` columns=[{ dataField: "product", text: "Product", attrs: (cell, row, rowIndex, colIndex) => ( row.details === x && { "rowSpan": "0" }...