File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vertigo-ui/src/main/resources/io/vertigo/ui/components/table Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
< vu:include-data th:if ="${myDisplayField != null} " object ="${list} " field ="${myDisplayField} "/>
18
18
< vu:include-data th:if ="${mySortField != null && mySortField != myDisplayField} " object ="${list} " field ="${mySortField} "/>
19
19
< q-td th:key ="${columnName} " :props ="props " th:with ="label=null " th:attr ="__${td_attrs}__ " >
20
- < vu:content > < th:block th:if ="${myDisplayField != null} "> {{ props.row.[[${myDisplayField}]] }}</ th:block > < template th:if ="${mySuffix != null} " th:v-if ="|props.row['${myDisplayField}'] != null && props.row['${myDisplayField}'] != ''| "> < span vu:text ="${mySuffix} "> </ span > </ template > </ vu:content > <!--/* Default content */-->
20
+ < vu:content > < th:block th:if ="${myDisplayField != null} "> {{ props.row.[[${myDisplayField}]] }}< template th:if ="${mySuffix != null} " th:v-if ="|props.row['${myDisplayField}'] != null && props.row['${myDisplayField}'] != ''| "> < span vu:text ="${mySuffix} "> </ span > </ template > </ th:block > </ vu:content > <!--/* Default content */-->
21
21
</ q-td >
22
22
</ th:block >
23
23
33
33
< div class ="q-table__grid-item-row " th:attr ="__${td_attrs}__ " >
34
34
< div class ="q-table__grid-item-title " vu:text ="${columnLabel} "> </ div >
35
35
< div class ="q-table__grid-item-value " th:with ="label=null ">
36
- < vu:content > < th:block th:if ="${myDisplayField != null} "> {{ props.row.[[${myDisplayField}]] }}</ th:block > < template th:if ="${mySuffix != null} " th:v-if ="|props.row['${myDisplayField}'] != null && props.row['${myDisplayField}'] != ''| "> < span vu:text ="${mySuffix} "> </ span > </ template > </ vu:content >
36
+ < vu:content > < th:block th:if ="${myDisplayField != null} "> {{ props.row.[[${myDisplayField}]] }}< template th:if ="${mySuffix != null} " th:v-if ="|props.row['${myDisplayField}'] != null && props.row['${myDisplayField}'] != ''| "> < span vu:text ="${mySuffix} "> </ span > </ template > </ th:block > </ vu:content >
37
37
</ div >
38
38
</ div >
39
39
</ th:block >
You can’t perform that action at this time.
0 commit comments