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
.stk-table .stk-table-main {
    height: 100%; /* Important, the height must be set here */
}

Released under the MIT License