JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Vue Data Grid — getting “[object][Object]” in a column › Reply To: Vue Data Grid — getting “[object][Object]” in a column
June 9, 2023 at 7:05 pm
#107212
TomAcx
Participant
That makes sense, though I do find that simple JSON arrays like ['Spanish','English','French']
do show up in the table fine without any special effort or handling.
So I assumed there was some native ability to intake JSON, perhaps doing a silent .stringify()
operation on it or something.