Appearance
Custom Slots
Dynamic slots allow you to customize the content of a specific column in a table by defining a template for that column. You can use the template tag and bind it to an object containing the data for the current row being rendered. You can then access the data for the current row using the item object inside the template. This allows you to customize the content of the column for each row in the table.
Name
John Doe
john.doe@example.com
Company
Apple
Activated
Name
Jane Smith
jane.smith@example.com
Company
Google
Activated
Name
Bob Johnson
bob.johnson@example.com
Company
Microsoft
Activated
Name
Alice Williams
alice.williams@example.com
Company
Facebook
Activated
Name
Mike Thompson
mike.thompson@example.com
Company
Amazon
Activated
John Doe john.doe@example.com | Apple | |
Jane Smith jane.smith@example.com | ||
Bob Johnson bob.johnson@example.com | Microsoft | |
Alice Williams alice.williams@example.com | ||
Mike Thompson mike.thompson@example.com | Amazon |