I attached the exported app below
Steps:
- 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 }))
- Create a table to display that data
- 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: