앵귤러js orderBy 필터로 표시
앵귤러js orderBy 필터로 표시
표를 정렬하려면 orderBy 필터를 추가하십시오 .
예
<table>
<tr ng-repeat="x in names | orderBy : 'Country'">
<td>{{ x.Name }}</td>
<td>{{ x.Country }}</td>
</tr>
</table>
<!DOCTYPE html>
<html>
<style>
table, th , td {
border: 1px solid grey;
border-collapse: collapse;
padding: 5px;
}
table tr:nth-child(odd) {
background-color: #f1f1f1;
}
table tr:nth-child(even) {
background-color: #ffffff;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<body>
<div ng-app="myApp" ng-controller="customersCtrl">
<table>
<tr ng-repeat="x in names | orderBy : 'Country'">
<td>{{ x.Name }}</td>
<td>{{ x.Country }}</td>
표를 정렬하려면 orderBy 필터를 추가하십시오 .
예
<table>
<tr ng-repeat="x in names | orderBy : 'Country'">
<td>{{ x.Name }}</td>
<td>{{ x.Country }}</td>
</tr>
</table>
<!DOCTYPE html>
<html>
<style>
table, th , td {
border: 1px solid grey;
border-collapse: collapse;
padding: 5px;
}
table tr:nth-child(odd) {
background-color: #f1f1f1;
}
table tr:nth-child(even) {
background-color: #ffffff;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<body>
<div ng-app="myApp" ng-controller="customersCtrl">
<table>
<tr ng-repeat="x in names | orderBy : 'Country'">
<td>{{ x.Name }}</td>
<td>{{ x.Country }}</td>
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 28 | 반응형웹 | 9년 전 | 4488 | ||
| 27 | 반응형웹 | 9년 전 | 7558 | ||
| 26 | 부트스트랩 |
|
10년 전 | 14830 | |
| 25 | 부트스트랩 |
|
10년 전 | 9424 | |
| 24 | 표준화 | 11년 전 | 8294 | ||
| 23 | 반응형웹 | 12년 전 | 13491 | ||
| 22 | 표준화 | 12년 전 | 9465 | ||
| 21 | 표준화 | 12년 전 | 16752 | ||
| 20 | 반응형웹 | 12년 전 | 19687 | ||
| 19 | 반응형웹 | 13년 전 | 31002 | ||
| 18 | 반응형웹 | 13년 전 | 36484 | ||
| 17 | 표준화 | 13년 전 | 12903 | ||
| 16 | 반응형웹 | 13년 전 | 29302 | ||
| 15 | 반응형웹 | 13년 전 | 11838 | ||
| 14 | 반응형웹 | 13년 전 | 31749 | ||
| 13 | 반응형웹 | 13년 전 | 29733 | ||
| 12 | 반응형웹 | 13년 전 | 39241 | ||
| 11 | 반응형웹 | 13년 전 | 50630 | ||
| 10 | 반응형웹 | 13년 전 | 32779 | ||
| 9 | 표준화 | 13년 전 | 9155 | ||
| 8 | 표준화 | 13년 전 | 11228 | ||
| 7 | 표준화 | 13년 전 | 9165 | ||
| 6 | 표준화 | 13년 전 | 11132 | ||
| 5 | 표준화 | 13년 전 | 11236 | ||
| 4 | 표준화 | 13년 전 | 14710 | ||
| 3 | 표준화 | 13년 전 | 8061 | ||
| 2 | 표준화 | 13년 전 | 10170 | ||
| 1 | 표준화 | 13년 전 | 11901 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기