primevue-mirror/api-generator/components/row.js

8 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'
}
};