...
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
2. Hide Selection
Hide Selection add checkbox in front of a row
It helps to perform bulk action on records eg. Multiple record deletion
// add ss
3. Show Index
This is a checkbox used to show the index value in front of the recordsIf the checkbox is checked then it will display the record index
// add ss
4. Inline Edit
Records can be edited at the table if this checkbox is checkedInline 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
// add ss
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 created
// add ss of comparison sorting check and uncheck
6. Hide Resizable
Checkbox used to resize the width of columns in the table
If the checkbox is checked the column width cannot can not be changed
// add ss
7. Icon
You can set the icon on the table title
// add ss
8. No Icon
Checkbox used to hide or deselect the icon of the table
...
You can give the Title of the table
The title is the short description given to the table
// add ss
10. Sub-Title
You can give the Sub Title of the table
...
Generally, it appears above the Title
...
11. Hide Search
Checkbox used to hide the search box of a table
// add ss
12. Hide Page Size
It is a checkbox used to hide the page size dropdown
// add ss
13. No Header
Checkbox used to hide the header part of a table
The header includes, Title, Sub Title, Table Actions, Search Box, Reset Column Width, Filter
// add ss “Table without header“
14. No Footer
Checkbox is used to hide the footer
15. Hide Row Action
You can hide the row actions on table by checking the checkbox
// add ss
15. Page Size Options
You can set any the page size of the Table
You can select multiple sizes from the predefined setlist
Available sizes are 20, 50, 100, 200
// add ss
16. Default Page Size
You can set the default page size from the available set
// add ss
17. Key Field
18. Show Page Size Drop Down Up
...
You can add the column actions by clicking on the '+' icon
22. Is Export Supported?
Records in a Table can be exported
All the records can be exported in CSV, excel, or pdf format
...