Hi team,
I would like to know how should I add an Icon(caret up/down) in a cell of handsontable along with a number.
*I have even given the css for the caret sign for your reference : *
.arrow-up-green {
right: 0;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 10px solid #090
}