UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Join the chat at https://gitter.im/primefaces/primevu

27 lines (26 loc) 640 B
import Vue from 'vue'; export declare class Column extends Vue { columnKey?: any; field?: string; sortField?: string; sortable?: boolean; header?: any; footer?: any; headerStyle?: object; headerClass?: string; bodyStyle?: object; bodyClass?: string; footerStyle?: object; footerClass?: string; filterMatchMode?: string; excludeGlobalFilter?: boolean; selectionMode?: string; expander?: boolean; colspan?: number; rowspan?: number; rowReorder?: boolean; rowReorderIcon?: string; reorderableColumn?: boolean; rowEditor?: boolean; frozen?: boolean; }