mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
7 lines
239 B
JavaScript
7 lines
239 B
JavaScript
module.exports = {
|
|
columngroup: {
|
|
name: 'ColumnGroup',
|
|
description: 'Columns can be grouped at header and footer sections by defining a ColumnGroup with nested rows and columns',
|
|
'doc-url': 'datatable'
|
|
}
|
|
};
|