Weird behavior in new table's caption if use array

Hello, when I use _.range(4) as caption value which will resolve to [0,1,2,3] in new table caption.

But when I use [0,1,2,3] directly, it will result as follow

This happen to the same of column type of number

image