-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[19.1] Stories #3300
[19.1] Stories #3300
Conversation
} as Meta; | ||
|
||
function getTemplate(args: OverflowBothStory): string { | ||
return `<div class="dataTableWrapper" style="width: 30rem; height: 10rem"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A white-space: nowrap
is needed for horizontal scrolling to take effect.
} as Meta; | ||
|
||
function getTemplate(args: OverflowHorizontalStory): string { | ||
return `<div class="dataTableWrapper" style="width: 30rem"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
} as Meta; | ||
|
||
function getTemplate(args: StickyColumnsStory): string { | ||
return `<div class="dataTableWrapper" style="width: 30rem"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
} as Meta; | ||
|
||
function getTemplate(args: StickyHeaderColumnsStory): string { | ||
return `<div class="dataTableWrapper" style="width: 30rem; height: 10rem"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
Description
[19.1] Stories