如何获得鼠标点击的值,并进行交互? #625
iamcheyan
started this conversation in
Feature request
Replies: 1 comment
-
可以考虑使用 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
如图,想做个点击表格列名排序的功能
目前能想到的就是,点击了表格之后,把当前列的值发送到url中,通过获取url参数来排序
但这样操作的话,每次页面就都必须刷新才能实现排序
有没有其它方法,可以在不刷新页面的情况下,获取表头的值
然后实现局部页面内容(df)的刷新呢
Beta Was this translation helpful? Give feedback.
All reactions