react-datatable
react-datatable copied to clipboard
0 Int not renders
I find out that if we have 0 in one of column results then that 0 is not renders

Is that ok? or needs a fix?
@mkikets99 I noticed the same problem, 0 not rendered. Is there any fix for that?
@mkikets99 I noticed the same problem, 0 not rendered. Is there any fix for that?
It fixed on my fork... The issue was that it simply checks for data to be not false, but int 0 equals false boolean. it also can be tricked by just transforming int into string... But on my solution it better to be already checked for int 0 because some data with zeros might be important (as i know) on developing route