Hi Joseph,
I’m not exactly sure how the table will solve your problem, note that the table rows can also end up going beyond the slide’s area.
In other words, I presume that you want those rows that don’t fit on the current slide to automatically move onto the next slide (like they do in Word files), but that won’t happen.
So what you’ll need to do is keep track of the available area that you have on the current slide.
For example, something similar to this post where a table is being split into multiple slides:
Or this for splitting textbox:
I hope this helps.
Regards,
Mario