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
The workaround I used is setting 'valueIfNull' option to some html string, for example like this: <span>0</span>. As i remember in framework itself the value is treated as "not set" only if it's null.
Does not seem like a big problem, but I think it's better to display 'not set' only if value is null by default.
The text was updated successfully, but these errors were encountered:
0 integer value is treated as "null" and "not set" message appears.
This is because of this empty check:
The workaround I used is setting 'valueIfNull' option to some html string, for example like this:
<span>0</span>
. As i remember in framework itself the value is treated as "not set" only if it's null.Does not seem like a big problem, but I think it's better to display 'not set' only if value is null by default.
The text was updated successfully, but these errors were encountered: