primevue-mirror/api-generator/components/row.js
Bahadir Sofuoglu 4d3a071e66 Lint changes
2022-09-14 17:26:41 +03:00

7 lines
188 B
JavaScript

module.exports = {
row: {
name: 'Row',
description: 'DataTable can be grouped by defining a Row component with nested columns',
'doc-url': 'datatable'
}
};