- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 248:
Line 248:
− +
Line 261:
Line 261:
+
Fix custom rows
format{self._column_cell_templates["!"] or self._cell,
format{self._column_cell_templates["!"] or self._cell,
class = self._detailed_class,
class = self._detailed_class,
extra_style = self._display_none_style,
extra_style = "",
colspan = #self._columns, rowspan = 1,
colspan = #self._columns, rowspan = 1,
text_align = self._args[self._custom_row_prefix .. custom_row_key .. self._text_align_suffix] or self._start_align,
text_align = self._args[self._custom_row_prefix .. custom_row_key .. self._text_align_suffix] or self._start_align,
class = self._simple_class,
class = self._simple_class,
colspan = #self._columns - self._detailed_columns, rowspan = 1,
colspan = #self._columns - self._detailed_columns, rowspan = 1,
extra_style = self._display_none_style,
text_align = self._args[self._custom_row_prefix .. custom_row_key .. self._text_align_suffix] or self._start_align,
text_align = self._args[self._custom_row_prefix .. custom_row_key .. self._text_align_suffix] or self._start_align,
bg_color = self._args[self._custom_row_prefix .. custom_row_key .. self._bg_color_suffix] or self._transparent,
bg_color = self._args[self._custom_row_prefix .. custom_row_key .. self._bg_color_suffix] or self._transparent,