2024-05-08 11:40:44 +00:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* Columns can be grouped at header and footer sections by defining a ColumnGroup component.
|
|
|
|
* It is a helper component for DataTable.
|
|
|
|
*
|
|
|
|
* [Live Demo](https://www.primevue.org/datatable/)
|
|
|
|
*
|
|
|
|
* @module columngroupstyle
|
|
|
|
*
|
|
|
|
*/
|
2023-10-02 13:15:41 +00:00
|
|
|
import { BaseStyle } from '../../base/style';
|
|
|
|
|
2024-05-08 11:40:44 +00:00
|
|
|
export enum ColumnGroupClasses {}
|
|
|
|
|
2023-10-02 13:15:41 +00:00
|
|
|
export interface ColumnGroupStyle extends BaseStyle {}
|