fix(DataTable): useStaticWidth title/description

Signed-off-by: Florian-Schoenherr <florian.schoenherr99@gmail.com>
This commit is contained in:
Florian-Schoenherr 2021-09-21 16:50:11 +02:00
commit 80202bfe66
3 changed files with 11 additions and 1 deletions

View file

@ -20,6 +20,12 @@ export interface TableContainerProps
* @default false
*/
stickyHeader?: boolean;
/**
* Set to `true` to use static width
* @default false
*/
useStaticWidth?: boolean;
}
export default class TableContainer extends SvelteComponentTyped<