The getCells function returns an array of CellComponent objects, one for each cell in the row.
The getData function returns the data object for the row.
The getElement function returns the DOM node for the row.
The getTable function returns the Tabulator object for the table containing the row.
The getCell function returns the CellComponent for the specified column from this row.