computeFunction(computedConfig.validate, a, b, c)"
>
computeFunction(computedConfig.tabs.tabClick, a)"
@tab-remove="(a) => computeFunction(computedConfig.tabs.tabRemove, a)"
@tab-add="() => computeFunction(computedConfig.tabs.tabAdd)"
@edit="(a, b) => computeFunction(computedConfig.tabs.edit, a, b)"
>
{{ tabConfig.addConfig.text }}
computeFunction(tabConfig.select, a, b) "
@select-all="(a) => computeFunction(tabConfig.selectAll, a) "
@selection-change="(a) => computeFunction(tabConfig.selectionChange, a)"
@cell-mouse-enter="(a, b, c, d) => computeFunction(tabConfig.cellMouseEnter, a, b, c, d) "
@cell-mouse-leave="(a, b, c, d) => computeFunction(tabConfig.cellMouseLeave, a, b, c, d) "
@cell-click="(a, b, c, d) => computeFunction(tabConfig.cellClick, a, b, c, d) "
@cell-dblclick="(a, b, c, d) => computeFunction(tabConfig.cellDblclick, a, b, c, d) "
@row-click="(a, b, c) => computeFunction(tabConfig.rowClick, a, b, c) "
@row-contextmenu="(a, b, c) => computeFunction(tabConfig.rowContextmenu, a, b, c) "
@row-dblclick="(a, b, c) => computeFunction(tabConfig.rowDblclick, a, b, c) "
@header-click="(a, b) => computeFunction(tabConfig.headerClick, a, b) "
@header-contextmenu="(a, b) => computeFunction(tabConfig.headerContextmenu, a, b) "
@sort-change="(a) => computeFunction(tabConfig.sortChange, a) "
@filter-change="(a) => computeFunction(tabConfig.filterChange, a) "
@current-change="(a, b) => computeFunction(tabConfig.currentChange, a, b) "
@header-dragend="(a, b, c, d) => computeFunction(tabConfig.headerDragend, a, b, c, d) "
@expand-change="(a, b) => computeFunction(tabConfig.expandChange, a, b) "
>
{{ btn.text }}
{{ configItem.label }}
{{ computedConfig.labelSuffix }}
{{ operateItem.text }}