mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
flip the menu direction to top if menu's height is bigger than the parent offset
This commit is contained in:
parent
43b3029d50
commit
f12dc707a6
6 changed files with 40 additions and 2 deletions
6
types/DataTable/TableContainer.svelte.d.ts
vendored
6
types/DataTable/TableContainer.svelte.d.ts
vendored
|
@ -26,6 +26,12 @@ export interface TableContainerProps
|
|||
* @default false
|
||||
*/
|
||||
useStaticWidth?: boolean;
|
||||
|
||||
/**
|
||||
* Obtain a reference to the Div HTML element
|
||||
* @type {null | HTMLDivElement}
|
||||
*/
|
||||
ref?: null | HTMLDivElement;
|
||||
}
|
||||
|
||||
export default class TableContainer extends SvelteComponentTyped<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue