New Table - display wrong data

I attached the exported app below

Steps:

  1. Create a query: I request to any API and put this code in the transformer:
return _.range(1, 500).map(i => ({ v: i, k: i }))
  1. Create a table to display that data
  2. Scroll down the table a little and see the issue. The v and k must have the same value. I checked the data and sure it's the same.

App: