From 5166b5f60aba6b4877584d0d69ecf513cd5cce52 Mon Sep 17 00:00:00 2001 From: Cristian Necula Date: Fri, 22 Mar 2019 15:52:44 +0200 Subject: [PATCH] (patch) group rows do not render the template --- cosmoz-omnitable-group-row.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cosmoz-omnitable-group-row.html b/cosmoz-omnitable-group-row.html index 509a1685..9e16102a 100644 --- a/cosmoz-omnitable-group-row.html +++ b/cosmoz-omnitable-group-row.html @@ -60,6 +60,11 @@ return 'group-row'; } + constructor() { + super(); + this.trackColumns(); + } + _columnChanged(newColumn) { if (!newColumn) { return;