| 
						
						
							
								
							
						
						
					 | 
				
			
			 | 
			 | 
			
				@ -10,46 +10,78 @@
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				    <hbox width="100%">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				     <listbox id="dataGrid" model="@load(vm.dataList)" selectedItem="@bind(vm.dataBean)" 
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
						onAfterRender="@command('afterRender')" selectedIndex="@load(vm.selIndex)" hflex="6" height="480px">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
						<listhead vflex="true">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="Firma" sort="auto(company)" onSort="@command('onSort', column='company')" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="IČ" width="100px"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="Kontaktní osoba"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="Ulice"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="Číslo domu" width="80px"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="Město" sort="auto(city)" onSort="@command('onSort', column='city')"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
						</listhead>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
						<auxhead sclass="category-center" visible="@load(vm.filter)">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								<div sclass="find-grid-cell">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-divtextbox">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<textbox value="@bind(vm.filterTemplate.company)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-img">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<image src="/img/funnel.png" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                <textbox instant="true" width="85%" 
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                    value="@bind(vm.filterTemplate.company)" onChange="@command('doFilter')" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							</auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								<div sclass="find-grid-cell">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-divtextbox">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<textbox value="@bind(vm.filterTemplate.ic)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-img">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<image src="/img/funnel.png" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                <textbox instant="true" width="85%" 
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                    value="@bind(vm.filterTemplate.ic)" onChange="@command('doFilter')" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							</auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								<div sclass="find-grid-cell">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-divtextbox">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<textbox value="@bind(vm.filterTemplate.contactName)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-img">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<image src="/img/funnel.png" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                <textbox instant="true"  width="85%"
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                    value="@bind(vm.filterTemplate.contactName)" onChange="@command('doFilter')"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							</auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								<div sclass="find-grid-cell">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-divtextbox">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<textbox value="@bind(vm.filterTemplate.street)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-img">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<image src="/img/funnel.png" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                <textbox instant="true" width="85%"
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                    value="@bind(vm.filterTemplate.street)" onChange="@command('doFilter')"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							</auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								<div sclass="find-grid-cell">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-divtextbox">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<textbox value="@bind(vm.filterTemplate.houseNumber)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-img">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<image src="/img/funnel.png" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                <textbox instant="true" width="85%"
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                    value="@bind(vm.filterTemplate.houseNumber)" onChange="@command('doFilter')"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							</auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								<div sclass="find-grid-cell">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-divtextbox">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<textbox value="@bind(vm.filterTemplate.city)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									<div sclass="find-grid-img">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
										<image src="/img/funnel.png" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                <textbox instant="true" width="85%"
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				                    value="@bind(vm.filterTemplate.city)" onChange="@command('doFilter')"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
									</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								</div>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							</auxheader>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
						</auxhead>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
						<listhead vflex="true">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="Firma" sort="auto(company)" onSort="@command('onSort', column='company')" />
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="IČ" width="100px"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="Kontaktní osoba"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="Ulice"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="Číslo domu" width="80px"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listheader label="Město" sort="auto(city)" onSort="@command('onSort', column='city')"/>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
						</listhead>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
						<template name="model">
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
							<listitem>
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
								<listcell label="@load(each.company)"/>
 | 
			
		
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
			
			 | 
			 | 
			
				
 
 |