Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一种情况,我使用 jQuery 数据表来显示一些数据,并使用它们的内置过滤,当用户更改它们时,根据选择框选项过滤数据。
我需要用户能够单击按钮并根据数据表中过滤的当前数据生成 Google 柱形图。我不知道如何将表中的当前数据获取到图表数据变量。
任何帮助将不胜感激。
我找到了答案。有人制作了一个插件来从数据表中获取过滤结果。然后我在 jquery 中获得了我需要的数据,进行了数学运算并创建了谷歌图表所需的二维数组:)
https://code.google.com/p/sail-web/source/browse/trunk/vlewrapper/WebContent/vle/jquery/jquery-dataTables/js/dataTables.fnGetFilteredNodes.js?r=2311