Overview
A table 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 Table that contains the records of an object
A column is a vertical group of values within a table Table that contains the fields names of an object
...
Models are used to display content in the layout
You need to create a multi-record model for a table Table component, refer to this Models
2. Hide Selection
Hide Selection add a checkbox in front of a By checking the hide selection checkbox, you can hide the selection box of a particular row
It helps to perform bulk action on records eg. Multiple record deletion
...
Inline edit helps to edit the value of a field, without needing to navigate to a record
When you check Inline Edit, a pencil icon appears when you hover over the cells in that column, by using the icon you can edit it in a place
5. Hide Sorting
It is a checkbox used to sort the records in ascending or descending order
If the checkbox is checked record sorting can be performed
If the checkbox is unchecked records will be displayed in a sequence as they were created
...
Checkbox used to hide the header part of a table
The header includes, Title, Sub Title, Table Actions, Search Box, Reset Column Width, Filter
...
14. No Footer
The checkbox is used to hide the footer
...
You can hide the row actions on the table by checking the checkbox
...
16. Page Size Options
...