Placeholder.
Name Description
slot[name="columns"] The slot where the template for the columns should be set
slot[name="edit-caption"] A slot for handling inline editing of the caption attribute, if the attribute is present this will not be shown
slot[name="row-template"] The slot where template for the rows should be set
::part(base) The base div element that wraps the table
::part(table) The table element
::part(thead) The thead element
::part(tbody) The tbody element
Table Example
Using Data Placeholders The table has the ability to set placeholders for data that it either fails to retrieve or has a definition such as "null". You can set a placeholder for the entire table, and you can even override it on any element with a "data-field" attribute.