Skip to content
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

wide table option error #1407

Open
se-rjlee opened this issue Dec 21, 2023 · 1 comment
Open

wide table option error #1407

se-rjlee opened this issue Dec 21, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@se-rjlee
Copy link

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

  1. Go to 'https://gridjs.io/docs/examples/wide-table ' > 'second example'
  2. Click on 'page button "2" '
  3. See error 'first "Country" column data: "South Georgia and the South Sandwich Islands Cambridgeshire" '

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
image

Copy link

stale bot commented Mar 17, 2024

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.

@stale stale bot added the wontfix This will not be worked on label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant