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

"agLargeTextCellEditor"最大字符限制 #250

Open
fsj621 opened this issue Feb 21, 2024 · 0 comments
Open

"agLargeTextCellEditor"最大字符限制 #250

fsj621 opened this issue Feb 21, 2024 · 0 comments
Labels
question Further information is requested

Comments

@fsj621
Copy link

fsj621 commented Feb 21, 2024

如下定义,在页面编辑Content列时会提示需要缩短至200字符以内,这个限制可以修改或者取消吗?
gb = GridOptionsBuilder.from_dataframe(df)
gb.configure_column("page_content", "Content", editable=True, autoHeight=True, wrapText=True, flex=1, cellEditor="agLargeTextCellEditor", cellEditorPopup=True)

@PablocFonseca PablocFonseca added the question Further information is requested label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants