I was using this:
$('#' + tableID + "tr:first td:first")
To get my first cell, but there is potential the first cell isn’t what I want. The cell I’m looking for is the first cell in the first row that has the class ‘canEdit’. Any idea how to go about doing that?
So what you want is this from my understanding