mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
7 lines
188 B
JavaScript
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'
|
|
}
|
|
};
|