English
Theme
TIP
Disable the first column hover event using CSS pointer-event:none.
pointer-event:none
The table must have a height set, otherwise setting height on the root element in customCell will not work.
.stk-table .stk-table-main { height: 100%; /* Important, the height must be set here */ }