When a table cell or row can be clicked to take an action, what's the best way to handle that for the best accessibility? Stick a button inside the element if it can be clicked on? Add some sort of aria attribute to indicate the cell is clickable/actionable? Something else? Is there some keyboard navigation that's expected?