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
-
我正在做这样一个 Web 服务,对用户在某个平台的关注者进行分组展示,我想用 Tabs 呈现他们的更新文章列表,但由于数据量可能很大,渲染 Tabs 之前逐个请求获取结果不现实。(会造成大量的数据库查询)
我希望这个 Tabs 能实现 lazy load 特性,在用户选择某一个 Tab 时动态加载其内容。
如果不能实现,可否通过 put_buttons 实现这一功能?(调整按钮样式让按钮看起来像链接,配合适当的分割线
Beta Was this translation helpful? Give feedback.
All reactions