Skip to content

Matrix

loading

TIP

Disable the first column hover event using CSS pointer-event:none.

Notes

The table must have a height set, otherwise setting height on the root element in customCell will not work.

css
:deep(.stk-table .stk-table-main) {
    height: 100%; // Important, must add height here
}

Released under the MIT License