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
You can see the error in the second example on that page. The example consists of a paging button, and if you click on page 2, you can see that the Country column data is long enough to move on to the next column.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
option wide table
https://gridjs.io/docs/examples/wide-table
You can see the error in the second example on that page. The example consists of a paging button, and if you click on page 2, you can see that the Country column data is long enough to move on to the next column.
[option]
style: {
table: {'white-space': 'nowrap'}
}
To Reproduce
Expected behavior
Even if I go to the next page, it would be nice if the column width was set to match the length of the data.
Screenshots

The text was updated successfully, but these errors were encountered: