diff --git a/examples/docs/en-US/table.md b/examples/docs/en-US/table.md index 7c4cd1dee..0c3e222c8 100644 --- a/examples/docs/en-US/table.md +++ b/examples/docs/en-US/table.md @@ -1122,15 +1122,14 @@ You can also select multiple rows. Sort the data to find or compare data quickly. -:::demo Set table attribute `default-sort-prop` and `default-sort-order` to determine default sort column and order. Set attribute `sortable` in a certain column to sort the data based on this column. It accepts `Boolean` with a default value `false`. In this example we use another attribute named `formatter` to format the value of certain columns. It accepts a function which has two parameters: `row` and `column`. You can handle it according to your own needs. +:::demo Set table attribute `default-sort` to determine default sort column and order. Set attribute `sortable` in a certain column to sort the data based on this column. It accepts `Boolean` with a default value `false`. In this example we use another attribute named `formatter` to format the value of certain columns. It accepts a function which has two parameters: `row` and `column`. You can handle it according to your own needs. ```html