src/components/common/TableView/index.jsx
@@ -107,11 +107,12 @@ } render() { const { columns, rowSelection, showPagination = true } = this.props; const { columns, rowSelection, showPagination = true, rowClassName = '' } = this.props; const { page, size, } = this.props.formData; return ( <div className="table-view-main"> <Table rowClassName={rowClassName} rowSelection={rowSelection || null} size="middle" className="rowColor"