I don't know how to assign the keyword that matches my topic.
console.log($container.handsontable('getCell', row, 0));
and I got
<td class="htDimmed" style="color: rgb(153, 153, 153);">*</td>
in return.
I want to get the data from a specific cell. How can you get data from a specific cell?