SMART datagrid v.1 > Classes > GridView
DataLudi.GridView.expandAll method
展开所有组行。如同下列代码。
grid.expand(null, true, true);
function expandAll ();
- Returns
- Void
Code -1
$('#expandAll').click(function (ev) {
grid.expandAll();
};
- See Also
- expand
- collapseAll
- collapse
- Exapmles
- 行分组