Props for ProductDetailPanel.
interface ProductDetailPanelProps { /** The expanded top-level product row this panel details. */ row: Row<Product>; /** The table instance, used to read `meta.userSettings` for price formatting. */ table: Table<Product>;} Copy
interface ProductDetailPanelProps { /** The expanded top-level product row this panel details. */ row: Row<Product>; /** The table instance, used to read `meta.userSettings` for price formatting. */ table: Table<Product>;}
The expanded top-level product row this panel details.
The table instance, used to read meta.userSettings for price formatting.
meta.userSettings
Props for ProductDetailPanel.
Source