Browse Source

Add collapse other option to separator ctx menu

Leonardo Jeanteur 3 years ago
parent
commit
39c522af04
1 changed files with 3 additions and 0 deletions
  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({