Browse Source

Add collapse other option to separator ctx menu

Leonardo Jeanteur 3 năm trước cách đây
mục cha
commit
39c522af04
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      hide/comp/cdb/Table.hx

+ 3 - 0
hide/comp/cdb/Table.hx

@@ -262,6 +262,9 @@ class Table extends Component {
 				{ label : "Collapse All", click : function() {
 					element.find("tr.separator").not(".sep-hidden").find("a.toggle").click();
 				}},
+				{ label : "Collapse Others", click : function() {
+					element.find("tr.separator").not(".sep-hidden").not(sep).find("a.toggle").click();
+				}},
 			];
 			if( sheet.props.dataFiles != null && title != null )
 				opts.unshift({