You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
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?
The text was updated successfully, but these errors were encountered: