如何实现点击表头排序及点击下钻等功能 #484
Unanswered
janwen2021
asked this question in
Q&A
Replies: 1 comment 1 reply
-
自定义过滤可以通过删除原table,然后重新输出新table的方式实现“更新”。 点击表头排序不好实现,可以通过输出自定义按钮,在按钮的点击回调函数中使用同样的方式“更新”table |
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.
-
请教一下各位大神,如何实现点击表头排序及点击下钻等功能,主要用于过滤界面信息。
Beta Was this translation helpful? Give feedback.
All reactions