You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nimble table with no data can end up without a horizontal scrollbar even when all the columns do not fit within the width of the table.
For example, in the screenshot below the columns are clipped but no scrollbar is present:
💻 Repro or Code Sample
🤔 Expected Behavior
When the columns don't all fit in the width of the nimble-table, a horizontal scrollbar should be present, regardless of whether or not there are any rows of data in the table.
😯 Current Behavior
The table can get into a state where a horizontal scrollbar isn't present when there is no data in the table.
🐛 Bug Report
The nimble table with no data can end up without a horizontal scrollbar even when all the columns do not fit within the width of the table.
For example, in the screenshot below the columns are clipped but no scrollbar is present:
💻 Repro or Code Sample
🤔 Expected Behavior
When the columns don't all fit in the width of the nimble-table, a horizontal scrollbar should be present, regardless of whether or not there are any rows of data in the table.
😯 Current Behavior
The table can get into a state where a horizontal scrollbar isn't present when there is no data in the table.
To reproduce in nimble's storybook:
💁 Possible Solution
🔦 Context
🌍 Your Environment
The text was updated successfully, but these errors were encountered: