Changes

Make new hook apply in all cases
Line 192: Line 192:  
end
 
end
 
else
 
else
table.insert(self._rows,
+
self:append_custom_row(row_values)
format{self._cell,
  −
colspan = #self._columns, rowspan = 1,
  −
text_align = self._args[self._custom_row_prefix .. row_values .. self._text_align_suffix] or self._start_align,
  −
bg_color = self._args[self._custom_row_prefix .. row_values .. self._bg_color_suffix] or self._transparent,
  −
values = {
  −
value = self._args[self._custom_row_prefix .. row_values .. self._content_suffix] or "",
  −
},
  −
}
  −
)
   
end
 
end
 
end
 
end
Anonymous user