-
Notifications
You must be signed in to change notification settings - Fork 27
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
Third column not working and undefined index #22
Comments
Could you try with the scrollX property set to true?
|
If you want to have every column resizable it's best to just not set isResizable as the default will apply which is:
For the min-width of a column, the following function will be called: getMinWidthOf
=> In your case, I would make sure that you define a style property like |
I have 2 issues. First, when you're on the demo page, the third column cannot be resized. I've looked, and there's nothing that mentions that it's intentionally designed this way.
![issuebug](https://private-user-images.githubusercontent.com/101668141/281388683-20569e14-baa9-4b4c-9537-87bed09db698.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDg5NTMsIm5iZiI6MTczOTU0ODY1MywicGF0aCI6Ii8xMDE2NjgxNDEvMjgxMzg4NjgzLTIwNTY5ZTE0LWJhYTktNGI0Yy05NTM3LTg3YmVkMDlkYjY5OC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxNTU3MzNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01MGM0MWVlNDE5NDMzYTE3YjM3Y2YzYjkyZDU5YTZhMWFmNDk1MDhkNDAyYTA3N2RmNWEzMzE3OWIwMGEzNzBlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.0Z1PwIRQhwk4k33cDGABBI6MpVHlEI9sXw3nOcoBQpo)
I'm also experiencing issues when applying it to a table in my project. It's a table created via JavaScript, and after it's created, I apply the following function:
Every time I try to make a column larger, I get the following error in the console:
![image](https://private-user-images.githubusercontent.com/101668141/281387402-748d0dbe-b3ba-495e-98f2-1fa18ca01ecd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDg5NTMsIm5iZiI6MTczOTU0ODY1MywicGF0aCI6Ii8xMDE2NjgxNDEvMjgxMzg3NDAyLTc0OGQwZGJlLWIzYmEtNDk1ZS05OGYyLTFmYTE4Y2EwMWVjZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxNTU3MzNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02ZTg2NzgyMjkxYTQwMDdjNmRlOTJiNmJmZjY5MjAyNGJkZmU4ZTkxYjA4MjUzNmY4MGNkMjA1ZWQ5ZTcxMGZjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.r8r_BYMJcs6tm9frUWLP3SmGnSxBjOlL8jg9WZ6Qrn8)
The text was updated successfully, but these errors were encountered: