You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces DataTable::CellPlaceholder, a muted span ported from
Primer React's Table.CellPlaceholder, and a Column placeholder
option that substitutes it for blank cell values. Placeholder text
is display-only: blank values still sort as blank.
Custom cell renderers can also render the component directly.
"description": "System arguments passed to the root element"
6118
+
}
6119
+
]
6120
+
},
6105
6121
{
6106
6122
"component": "OpenProject::DataTable::Column",
6107
6123
"status": "open_project",
@@ -6158,6 +6174,12 @@
6158
6174
"default": "`false`",
6159
6175
"description": "Whether this column is a row header (`<th scope=\"row\">`)"
6160
6176
},
6177
+
{
6178
+
"name": "placeholder",
6179
+
"type": "String, nil",
6180
+
"default": "`nil`",
6181
+
"description": "Placeholder text substituted for blank cell values, rendered as a muted [OpenProject::DataTable::CellPlaceholder](/components/openprojectdatatablecellplaceholder). Display-only: blank values still sort as blank."
0 commit comments