aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/resources/com/vaadin/v7/tests/components/grid/JavaScriptStringRenderer.js
blob: 14266d3057e3b8b7218ccc0a892ba47a78e127ef (plain)
1
2
3
4
5
com_vaadin_v7_tests_components_grid_JavaScriptStringRenderer = function() {
	this.render = function(cell, data) {
		cell.element.textContent = data;
	}
}