<!-- >>> fubagTools.html_content.datagrid <<<
//***********************************************************************
//
// This file is part of the "fubagToolbox" System
// Author: Marko Seidel, Klaus Wendel
// Copyright (C) 2021, archium GmbH
//
//***********************************************************************
-->
			<table id="%dg%" class="easyui-datagrid" 
				data-options="
					border:false,
					collapsible:true,
					singleSelect:true,
					fit:true,
					fitColumns:true,
					onSelect:function(index, row){	
						// app.module[app.active_module].expandnodefromgrid(this, index, row)
					}" idField="%idfield%">
			</table>
