Skip to content

Commit 06178e6

Browse files
authored
chore(docs): fix typo in table docs
1 parent e885d6d commit 06178e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/table/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,9 +1470,8 @@ if it is an object and then sorted.
14701470

14711471
**Notes:**
14721472

1473-
- The built-in `sort-compare` routine **cannot** sort sort based on the custom rendering of the
1474-
field data: scoped slots are used only for _presentation only_, and do not affect the underlying
1475-
data.
1473+
- The built-in `sort-compare` routine **cannot** sort based on the custom rendering of the field
1474+
data: scoped slots are used only for _presentation only_, and do not affect the underlying data.
14761475
- <span class="badge badge-info small">NEW in v2.0.0-rc.25</span>
14771476
<span class="badge badge-warning small">CHANGED in v2.0.0-rc.28</span> Fields that have a
14781477
[`formatter` function](#formatter-callback) (virtual field or regular field) can be sorted by the

0 commit comments

Comments
 (0)