With a transform function that creates a property "transformedProperty" on the model object, is it intended that you could bind the class attribute of a row to the property, like this?
<Collection src="EventRecord"/> <Window class="container"> <TableView dataCollection="EventRecord" dataTransform="transformEventRecord"> <TableViewRow class="{transformedProperty}">