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

8 lines
239 B
JavaScript
Raw Normal View History

module.exports = {
columngroup: {
2022-09-14 14:26:41 +00:00
name: 'ColumnGroup',
description: 'Columns can be grouped at header and footer sections by defining a ColumnGroup with nested rows and columns',
'doc-url': 'datatable'
}
};