This commit is contained in:
AllenFang
2018-09-29 16:13:09 +08:00
parent 901307e471
commit ee2885d055
+1
View File
@@ -49,6 +49,7 @@ const HeaderCell = (props) => {
if (headerStyle) {
cellStyle = _.isFunction(headerStyle) ? headerStyle(column, index) : headerStyle;
cellStyle = cellStyle ? { ...cellStyle } : cellStyle;
}
if (headerTitle) {