We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15237cb commit 0a890ffCopy full SHA for 0a890ff
components/data-table/column.jsx
@@ -78,6 +78,10 @@ DataTableColumn.propTypes = {
78
* Width of column. This is required for advanced/fixed layout tables. Please provide units. (`rems` are recommended)
79
*/
80
width: PropTypes.string,
81
+ /**
82
+ * The default sort direction for the first time if the column is not sorted and sortDirection not given
83
+ */
84
+ firstSortDirection: PropTypes.oneOf(['asc', 'desc'])
85
};
86
87
export default DataTableColumn;
0 commit comments