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
Ports Primer React's Table.Actions and Table.Divider. Typed action
slots (button, icon_button, menu) render at the end of the title
row via a new 'actions' grid area; an optional divider kwarg draws
a presentational rule below the title row.
Generalizes the table spacing selector since header elements may
now sit between the subtitle and the overflow wrapper.
Copy file name to clipboardExpand all lines: static/info_arch.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20005,6 +20005,12 @@
20005
20005
"default": "`nil`",
20006
20006
"description": "Sort direction for the initially sorted column. Options: :ASC, :DESC"
20007
20007
},
20008
+
{
20009
+
"name": "divider",
20010
+
"type": "Boolean",
20011
+
"default": "`false`",
20012
+
"description": "Whether to render a presentational divider line below the title row, ported from Primer React's `Table.Divider`"
20013
+
},
20008
20014
{
20009
20015
"name": "html_data",
20010
20016
"type": "Hash",
@@ -20034,6 +20040,11 @@
20034
20040
"description": null,
20035
20041
"parameters": []
20036
20042
},
20043
+
{
20044
+
"name": "actions",
20045
+
"description": "Actions rendered at the end of the table's title row, ported from\nPrimer React's `Table.Actions`.\n\nUse:\n\n- `button` for a labelled {{#link_to_component}}Primer::Beta::Button{{/link_to_component}}.\n- `icon_button` for an icon-only {{#link_to_component}}Primer::Beta::IconButton{{/link_to_component}}.\n- `menu` for a {{#link_to_component}}Primer::Alpha::ActionMenu{{/link_to_component}}.",
0 commit comments