UNPKG

vuikit

Version:

A responsive Vue UI library for web site interfaces based on UIkit

9 lines (8 loc) 417 B
export const ROW_ID = '__vkTable_rowId' export const ROW_LEVEL = '__vkTable_rowLevel' export const ROW_CHILDREN_COUNT = '__vkTable_rowChildrenCount' export const ROW_CLICK_PREVENTED = '__vkTable_rowClickPrevented' export const ON_CLICK_ROW = 'click-row' export const UPDATE_SORTEDBY = 'update:sortedBy' export const UPDATE_EXPANDEDROWS = 'update:expandedRows' export const UPDATE_SELECTEDROWS = 'update:selectedRows'