0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Add InlineActionsTable component

This commit is contained in:
Sage Abdullah 2022-06-06 12:56:57 +07:00 committed by Karl Hobley
parent ebba67c4ae
commit 4da0b7bcb8

View File

@ -264,3 +264,7 @@ class Table(Component):
@cached_property
def classname(self):
return self.table.get_row_classname(self.instance)
class InlineActionsTable(Table):
classname = "listing listing--inline-actions"