Skip to content

Commit a06587e

Browse files
committed
[no ci] Fix writing style
1 parent cfbfb1d commit a06587e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DataTable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ const PostList = () => (
718718
);
719719
```
720720

721-
Using the `hiddenColumns` property instead of removing `<DataTable.Col>` elements entirely allows hidden columns to be displayed again using a `ColumnsButton`, as explained in the [Hiding or Reordering Columns](#hiding-or-reordering-columns) section.
721+
Using `hiddenColumns` instead of removing `<DataTable.Col>` elements allows hidden columns to be displayed again using a `<ColumnsButton>`, as explained in the [Hiding or Reordering Columns](#hiding-or-reordering-columns) section.
722722

723723
## `hover`
724724

0 commit comments

Comments
 (0)