mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-13 12:20:16 +00:00
+1
-1
@@ -120,7 +120,7 @@ class Row extends eventDelegater(Component) {
|
||||
cellStyle = _.isFunction(column.style)
|
||||
? column.style(content, row, rowIndex, index)
|
||||
: column.style;
|
||||
cellStyle = cellStyle || {};
|
||||
cellStyle = Object.assign({}, cellStyle) || {};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user