- 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 111:
Line 111:
− +
Line 127:
Line 127:
+
+
Allow access to plain row creator function when overwritten
end
end
function BaseTable:create_data_rows()
function BaseTable:create_data_rows_plain()
for _, item in ipairs(self._items) do
for _, item in ipairs(self._items) do
local row_values
local row_values
end
end
end
end
BaseTable.create_data_rows = BaseTable.create_data_rows_plain
function BaseTable:create_data_rows_merge_vertical()
function BaseTable:create_data_rows_merge_vertical()