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

Slickgrid Table folds to the minimum size if option to keep the column size by content value is turn on #2499

Open
bk201- opened this issue Dec 3, 2024 · 0 comments

Comments

@bk201-
Copy link
Contributor

bk201- commented Dec 3, 2024

  1. Set these options for Slickgrid table:

     autoFitColumnsOnFirstLoad: false, // Was true
     enableAutoSizeColumns: false, // Was true
    
     autosizeColumnsByCellContentOnFirstLoad: true, // Was false
     enableAutoResizeColumnsByCellContent: true, // Was false
    
  2. Go to table view. Some content of columns is still not fit to column size
    Image

  3. If click to the table tab again, the table will fold to minimum size
    Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants