When using Infinite Table you have two options
This is the easiest way to get started - simply use v-bind to bind data to the table. You can select, edit, copy, paste, undo etc. This approach should work just nicely until the quantity of data starts to take too long to fetch from a remote resource or occupy too much space in memory.
This is where the infinite power begins! Just specify the number of rows and a function to fetch your data. Here we have an example table with 1 million rows. You can still edit the table just as above - try it out, for example "Ctrl+A" to select all 5 million cells, then delete their contents. You can undo with "Ctrl+Z".