put_datatable 的 column_args 是否可以设置分组? #628
lkdd-ao
started this conversation in
Feature request
Replies: 1 comment 1 reply
-
rowGroup是aggrid Enterprise的特性,你在 put_datatable里传入 enterprise_key 了吗 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
你好,非常感谢作者创作了 pywebio,我想了解如何在 column_args 参数中设置数据行分组,我尝试添加👇
column_args={'state': {'width': 120, 'rowGroup': True }}
并未做分组实现,我不确定是否忽略了关键的信息?谢谢!
Beta Was this translation helpful? Give feedback.
All reactions