Skip to content

Commit 166fc2a

Browse files
Merge pull request #119 from jordanella/patch-1
Update sorting-data.md
2 parents d74cbb6 + 73d789b commit 166fc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/table-features/sorting-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Occasionally, you may need to sort alphanumeric strings in natural order, just l
3232
```plain
3333
Standard sorting: img1.png, img10.png, img12.png, img2.png
3434
35-
Natural sorting: img1.png, img2.png, img10.png, img2.png
35+
Natural sorting: img1.png, img2.png, img10.png, img12.png
3636
```
3737

3838
To enable this feature, you must declare the property `$withSortStringNumber` as `true` in your Components class.

0 commit comments

Comments
 (0)