We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我有一个表格,只想展示点击量排名前10的网站,如何在Widget List中配置这样的情况?
The text was updated successfully, but these errors were encountered:
You can use SQL limits and order by
Sorry, something went wrong.
如果不用SQL来配置,而是直接在widget list中配置可以吗? 举个例子,我想显示某类型下电影排名前十的影片有哪些,电影类型是在仪表盘中配的全局控制器,如果用户选择了科幻类,则表单显示科幻类下评分排名前十的电影,如果用户什么都不选择,则显示所有电影评分排名前十的电影。 因为你不知道用户是按照什么类型来选择的,所以无法在SQL中直接写limit
Will be supported in next release.
No branches or pull requests
我有一个表格,只想展示点击量排名前10的网站,如何在Widget List中配置这样的情况?
The text was updated successfully, but these errors were encountered: