@fluid-topics/ft-filterable-table 1.1.78 → 1.1.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -116,7 +116,8 @@ class FtFilterableTable extends FtLitElement {
|
|
|
116
116
|
return html `
|
|
117
117
|
<div class="${classMap(classes)}"
|
|
118
118
|
part="${this.columnPart("header-cell", index)}">
|
|
119
|
-
<div class="column-title-container"
|
|
119
|
+
<div class="column-title-container"
|
|
120
|
+
part="${this.columnPart("title-container", index)}">
|
|
120
121
|
<span class="column-title"
|
|
121
122
|
part="${this.columnPart("title", index)}">
|
|
122
123
|
${column.title}
|