The table is just a UI component that lets you draw your content in a table-shaped layout.. It doesn't provide any services to manage or manipulate your data model for you. It's the job of your own code to store and modify your data in whatever way is appropriate, and to draw bits of it in the table when the table asks you to.