Describe the bug
Array fields are showing as a string with no comma
ie: [1,2,3] renders as 123 instad of 1,2,3
To Reproduce
Expected behavior
array as string separated with commas
Additional info:
I tried with this custom render method
{
title: "Cods. Comisi贸n",
field: "cod_comision",
render: rowData => rowData.cod_comision.join()
}
Throws this error when editing a field
rowData.cod_comision.join is not a function
But data shows good after a refresh
Hi @llermaly
I tested this code and it works. Can you test it again with latest version, please?

I am closing issue. You can reopen it if it requires.
Most helpful comment
Hi @llermaly
I tested this code and it works. Can you test it again with latest version, please?
I am closing issue. You can reopen it if it requires.