Texttové sloupce volají třídění s klíčovým slovem "czech", ostatní je
"auto". closes #84
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
<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" menupopup="auto">
|
||||
<listheader label="${labels.SuppliersGridColumnCompany}" sort="auto(company)" />
|
||||
<listheader label="${labels.SuppliersGridColumnCompany}" sort="czech(company)" />
|
||||
<listheader label="${labels.SuppliersGridColumnIC}" sort="auto(ic)" width="100px" />
|
||||
<listheader label="${labels.SuppliersGridColumnContact}" sort="auto(contactName)" />
|
||||
<listheader label="${labels.SuppliersGridColumnStreet}" sort="auto(street)" />
|
||||
<listheader label="${labels.SuppliersGridColumnNo}" sort="auto(houseNumber)" width="80px" />
|
||||
<listheader label="${labels.SuppliersGridColumnCity}" sort="auto(city)" />
|
||||
<listheader label="${labels.SuppliersGridColumnContact}" sort="czech(contactName)" />
|
||||
<listheader label="${labels.SuppliersGridColumnStreet}" sort="czech(street)" />
|
||||
<listheader label="${labels.SuppliersGridColumnNo}" sort="czech(houseNumber)" width="80px" />
|
||||
<listheader label="${labels.SuppliersGridColumnCity}" sort="czech(city)" />
|
||||
</listhead>
|
||||
|
||||
<auxhead sclass="category-center" visible="@load(vm.filter)">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<hbox width="100%">
|
||||
<listbox model="@load(vm.dataList)" selectedItem="@bind(vm.dataBean)" width="300px">
|
||||
<listhead>
|
||||
<listheader label="${labels.RightsGridRole}"/>
|
||||
<listheader label="${labels.RightsGridRole}" />
|
||||
</listhead>
|
||||
<template name="model">
|
||||
<listitem>
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
<hbox width="100%" height="500px">
|
||||
<listbox model="@load(vm.dataList)" selectedItem="@bind(vm.dataBean)" width="650px" height="480px">
|
||||
<listhead menupopup="auto">
|
||||
<listheader label="${labels.UsersGridColumnLogin}" sort="auto(username)" />
|
||||
<listheader label="${labels.UsersGridColumnPersonalID}" sort="auto(personalNumber)" />
|
||||
<listheader label="${labels.UsersGridColumnFirstName}" sort="auto(firstName)" />
|
||||
<listheader label="${labels.UsersGridColumnSureName}" sort="auto(lastName)" />
|
||||
<listheader label="${labels.UsersGridColumnLogin}" sort="czech(username)" />
|
||||
<listheader label="${labels.UsersGridColumnPersonalID}" sort="czech(personalNumber)" />
|
||||
<listheader label="${labels.UsersGridColumnFirstName}" sort="czech(firstName)" />
|
||||
<listheader label="${labels.UsersGridColumnSureName}" sort="czech(lastName)" />
|
||||
</listhead>
|
||||
|
||||
<auxhead sclass="category-center" visible="@load(vm.filter)">
|
||||
|
||||
Reference in New Issue
Block a user