UNPKG

common-intellisense

Version:
60 lines (59 loc) 1.68 kB
{ "props": [ { "Attribute": "children", "Type": "`ReactNode`", "Description": "Static child columns or content to render as the column header", "Default": "-" }, { "Attribute": "align", "Type": "`start` | `center` | `end`", "Description": "The alignment of the column's contents relative to its allotted width", "Default": "`start`" }, { "Attribute": "hideHeader", "Type": "`boolean`", "Description": "Whether the column should hide its header text", "Default": "`false`" }, { "Attribute": "allowsSorting", "Type": "`boolean`", "Description": "Whether the column allows sorting", "Default": "-" }, { "Attribute": "isRowHeader", "Type": "`boolean`", "Description": "Whether a column is a row header and should be announced by assistive technology during row navigation", "Default": "-" }, { "Attribute": "textValue", "Type": "`string`", "Description": "A string representation of the column's contents, used for accessibility announcements", "Default": "-" }, { "Attribute": "width", "Type": "`string` | `number`", "Description": "The width of the column", "Default": "-" }, { "Attribute": "minWidth", "Type": "`string` | `number`", "Description": "The minimum width of the column", "Default": "-" }, { "Attribute": "maxWidth", "Type": "`string` | `number`", "Description": "The maximum width of the column", "Default": "-" } ], "link": "https://nextui.org/docs/components/tablecolumn" }