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.
:deep(.stk-table .stk-table-main) { height: 100%; // Important, must add height here }