Admin Injection Zone for Tables #9566
ddanninger
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if we could have generic admin injection zones for Data Tables.
e.g for each
<Table>
React Component....table.column.last
(after last column ) [context: of column & full data]....table.column.first
(before first column ) [context: of column & full data]....table.row.after
( after tag )....table.row.before
( before tag ) [context: of row item & full data]....table.row.content.after
( within tag ) [context: of row item & full data]....table.row.content.before
( within tag ) [context: of row item & full data]....table.actions.after
( after table actions )....table.actions.before
( before table actions )so e.g
order.details.line_item.table.column.last
What do you think? Any objections?
Beta Was this translation helpful? Give feedback.
All reactions