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.
我在 ActiveReports 7 中设计文件 *rdlx 时遇到问题。我想将 2 行合并为 1 行,就像在表格 html 中一样。看起来,ActiveReports 中的表格不支持。请帮帮我!谢谢
要在 ActiveReports 中实现单元格合并,您可以使用Matrix数据区域而不是 Table 控件。
使用矩阵数据区域时,具有相同值的单元格会自动合并。您可以参考文档以获取相同的完整实现。
问候,莫希塔
What's wrong with this?
$('tbody').on('click', '.expand', function () { var $button = $(this); var chart = $button.closest('tr').attr('chart'); $('tr[chart="' + chart +