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:
parent
fc9a92509f
commit
ad1e095fbc
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user