We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53abb58 commit 1cf48b7Copy full SHA for 1cf48b7
lib/pivot-table.jsx
@@ -130,7 +130,7 @@ module.exports = createReactClass({
130
<td className={col.className}
131
key={[col.title, row.key].join('\xff')}
132
title={col.title}>
133
- <span dangerouslySetInnerHTML={{__html: text || ''}}></span> {solo}
+ <span dangerouslySetInnerHTML={{__html: text || (text === 0 && '0') || ''}}></span> {solo}
134
</td>
135
)
136
},
0 commit comments