Closed JaLe29 closed 3 years ago
Try to render the value in string, like 'false'.
you wont be able to print out values like that, what you should do: longMode ? 'true' : 'false';
@KamilError Sure, like in title with boolean values
, "true"
is string, but yes, this is working solution.
Fixed in PR #18
When my JSON object contains boolean value, the field in table is empty.
excepted longMode: false