Shift Select
Are there plans to enable using the shift key to select a range in 2? This is a very useful feature that works in version 1. The patches intended to accomplish posted in this forum are unpredictable.
Patrick
August 24,
table.setId('myGrid');
table.setColumnCount(12);
//table.setColumnCount(15);
//table.setColumnIndices([0,1,3,5,6,4,2,7,8,9,10,11,12,13,14]);
table.setColumnIndices([0,13,1,3,5,6,4,2,7,8,9,10]);
table.setHeaderText(headers);
table.setCellModel(data);
table.setVirtualMode(true);
table.setCellFormat(number, 13);
table.setSelectorText(function(i){return this.getRowPosition(i)+1});
table.setSelectorVisible(true);
table.setSelectorResizable(true);
table.setHeaderHeight(20);
table.setSelectorWidth(25);
table.setRowCount(0);
// table.getHeadersTemplate().setClass("text", "normal");
table.setCellEditable(false);
table.setSelectionMode("multi-row");
}
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021