We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d74cbb6 + 73d789b commit 166fc2aCopy full SHA for 166fc2a
docs/table-features/sorting-data.md
@@ -32,7 +32,7 @@ Occasionally, you may need to sort alphanumeric strings in natural order, just l
32
```plain
33
Standard sorting: img1.png, img10.png, img12.png, img2.png
34
35
-Natural sorting: img1.png, img2.png, img10.png, img2.png
+Natural sorting: img1.png, img2.png, img10.png, img12.png
36
```
37
38
To enable this feature, you must declare the property `$withSortStringNumber` as `true` in your Components class.
0 commit comments