1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Passing ItemListLayoutContentProps into external table

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-05-23 15:56:43 +03:00
parent fc9a92509f
commit ad1e095fbc

View File

@ -312,7 +312,7 @@ class NonInjectedItemListLayoutContent<
const selectedItems = store.pickOnlySelected(items);
if (table) {
return <table.Component tableId={tableId} columns={this.context.columns} />
return <table.Component tableId={tableId} columns={this.context.columns} {...this.props} />
}
return (