fix(data-table): export useStaticWidth prop

This commit is contained in:
Eric Y Liu 2021-07-05 12:31:17 -07:00
commit 676eedb1a0
4 changed files with 21 additions and 0 deletions

View file

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