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 ui 效果(如显示和隐藏)在 jqgrid 中切换扩展子网格?
使用它并检查
子网格行扩展:function(subgrid_id, row_id) { loadComplete:
function(subgrid_id, row_id) { loadComplete:
function() { $("#grid_"+row_id).show("slide", { direction: "left" }, 1000); } }