...
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
All the models will be displayed in the list that you have created using an object, you can choose the specific model
Models are used to display content in the layoutA Model needs to be added when you perform any action in an event
You need to create a multi-record model for a Table component, refer to this Models
...
By checking the hide selection checkbox, you can hide the selection box of a particular row
It helps to perform bulk action on records e. g. Multiple record deletion
...
records in Table
...
3. Show Index
This is a checkbox used to show the index value in front of the records or row of a Table
...
4. Inline Edit
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 the mouse over the cells in that column, by using the icon you can edit it in a place
...
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
6. Hide Resizable
Checkbox It is a checkbox used to resize the width of columns in the tableTable
If the checkbox is checked the column width can not be changed
...
You can set the icon on the table Table title
...
8. No Icon
The It is a checkbox used to hide the icon of the table title
...
9. Title
You can give the Title of the table
The title is a short description provided to the table
...
You can give the Sub Title of the tableTable
Generally, it appears above the Titletitle
...
11. Hide Search
Checkbox used to hide the search box of a tableTable
...
12. Hide Page Size
It is a checkbox used to hide the page size dropdown
...
Checkbox used to hide the header part of a tableTable
The header includes, Title, Sub Title, Table Actions, Search Box, Reset Column Width, Filter
...