^6.7.6
It seems it doesn't print boolean values. I have an array of JSON coming from an API, which has a boolean value. If i declare the column using normal 'accessor' property passing the string of the property in the JSON, it prints empty. I need to do a short arrow function in the accessor like i'm going to use a custom logic to render value, to concatenate an empty string, like this (Visible is the boolean property):
{
Header: 'Visible',
accessor: d => d.Visible + ''
}
The sandbox never loads, it gets stuck in this part:

try d.Visible.toString()
Just curious, why was this closed? Isn't this a bug? @gary-menzel
@davidhan527 because a suitable answer was provided by the author and the original poster had not responded for many weeks. We don't leave inactive issues open as they distract from more important issues.
Most helpful comment
try
d.Visible.toString()