This commit is contained in:
Insality
2024-11-20 02:44:45 +02:00
parent 606f400719
commit f2fa5320d2
3 changed files with 13 additions and 4 deletions

View File

@@ -281,4 +281,11 @@ function M:set_properties_per_page(properties_per_page)
end
function M:set_page(page)
self.current_page = page
self.paginator:set_value(self.current_page, true)
self:refresh_page()
end
return M