Posted 31 August 2018, 1:07 pm EST
How to retrieve the cursor type when clicking a cell on flexgrid. I have set cursor to “pointer” on cell with underline text with the following css:
.level_0:not(.wj-state-selected):not(.wj-state-multi-selected) {
background: #FFCC99 !important;
color: #0066CC !important;
text-decoration: underline !important;
cursor: pointer !important;
font-weight: normal;
}
so when hoovering over, the mouse will change from default to ‘hand shape’ pointer
Please help. Thank you very much.
