Skip to content

Commit

Permalink
fix #607
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Aug 27, 2016
1 parent ddf19ff commit ecc6a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TableBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class TableBody extends Component {
);
} else {
// add by bluespring for className customize
let columnChild = fieldValue;
let columnChild = fieldValue && fieldValue.toString();
let columnTitle = null;
let tdClassName = column.className;
if (isFun(column.className)) {
Expand Down

0 comments on commit ecc6a16

Please sign in to comment.