The tbCellTemplate
directive represents the final table element, a cell, where it can
hold an in-line editor or a plain AngularJS expression related to the current element in the ngRepeat
.
This directive is replace by an td
HTML element.
Param | Type | Details |
---|---|---|
columnName | string |
Setting the related column, by passing the name, the cell can share attributes (like visibility) with the column. |