We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb9149 commit 33ee306Copy full SHA for 33ee306
2-ui/2-events/03-event-delegation/3-sortable-table/task.md
@@ -6,7 +6,7 @@ importance: 4
6
7
열 제목을 나타내는 요소인 `<th>`를 클릭하면 열 전체가 정렬되는 표를 만들어보세요.
8
9
-Each `<th>` has the type in the attribute, like this:
+모든 `<th>` 속성엔 다음과 같이 데이터의 타입이 정의되어 있습니다.
10
11
```html
12
<table id="grid">
0 commit comments