List view
Getting Started
Getting Started
Customizing Notion Blocks
Customizing Notion Blocks
References
References
Customizing Notion Blocks
Customize Table View
Discover a wide range of classes tailored for customizing table views and unlock the ability to transform and style table view items to suit your design preferences and enhance the overall user experience.
How to customize Table Hover
Enhance the hover effect on your table cards by customizing their appearance. Add visual flair, transitions, and interactive elements to create an engaging and dynamic gallery view experience.
Explore more features in table view using the given classes
Classes
Customize the different elements in the table view on your Bullet site using the provided classes.
Class | Description |
.notion-collection | Represents a collection element. |
.notion-collection-header-title | Represents the title or header of a collection. |
.notion-table | Represents a table element. |
.notion-table-header | Represents the header section of a table, containing column headings. |
.notion-table-body | Represents the body section of a table, containing the table's data rows. |
.notion-table-row | Represents a row within a table, containing cells with data or content. |
.notion-table-cell | Represents a cell within a table row, containing data or content. |
How to use
- Copy the provided CSS code snippet containing the table class into your CSS file or code > CSS(in bullet site dashboard) section.
- Add or Modify the table classes according to your desired customization.
- Save the code and publish the site.