Skip to content

Commit

Permalink
Merge pull request #119 from jordanella/patch-1
Browse files Browse the repository at this point in the history
Update sorting-data.md
  • Loading branch information
luanfreitasdev authored Oct 15, 2024
2 parents d74cbb6 + 73d789b commit 166fc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/table-features/sorting-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Occasionally, you may need to sort alphanumeric strings in natural order, just l
```plain
Standard sorting: img1.png, img10.png, img12.png, img2.png
Natural sorting: img1.png, img2.png, img10.png, img2.png
Natural sorting: img1.png, img2.png, img10.png, img12.png
```

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

0 comments on commit 166fc2a

Please sign in to comment.