...
A Table is a data structure that organizes information into rows & columns
It can be used to both store and display data in a structured format
A row is a horizontal group of values within a Table that contains the records of an object
A column is a vertical group of values within a Table that contains the fields names of an object
There are many important features supported in a Table:
You can give Table actions, Row Actions, Column Actions
You can resize the columns
You can sort the columns in ascending or descending order
You can perform Inline Editing
Attributes
...
1. Model
Models are used to display content in the layout
You need to create a multi-record model for a Table component, refer to this Models
...